ashik94vc / ElegantNumberButton

Widget which acts as a number counter which changes its number on +/- press.
Apache License 2.0
180 stars 62 forks source link

Make button visually unclickable when using setRange #14

Open ghost opened 6 years ago

ghost commented 6 years ago

I think it will be good to show the minus and plus after setting visually unclickable. For example if I set setRange(1, 5) so when on 1 the minus button will fade a little bit and when on 5 the plus button.

ashik94vc commented 6 years ago

That can be done.