jonas-zebari / interactive_slider

A Cupertino-themed interactive continuous slider widget.
BSD 3-Clause "New" or "Revised" License
6 stars 7 forks source link

Please add enable / disable feature #5

Closed louislamlam closed 2 months ago

louislamlam commented 5 months ago

Is it possible to add a property like enabled: false to InteractiveSlider to disable interaction and animations?

InteractiveSlider(..., enabled: false)

This would be a great addition for scenarios where a static slider is desired. Thanks for the awesome package!

jonas-zebari commented 2 months ago

@louislamlam with v0.3.0 I have added an enabled flag and a disabledOpacity option. Thank you for the feedback!