Closed louislamlam closed 2 months ago
Is it possible to add a property like enabled: false to InteractiveSlider to disable interaction and animations?
enabled: false
InteractiveSlider
InteractiveSlider(..., enabled: false)
This would be a great addition for scenarios where a static slider is desired. Thanks for the awesome package!
@louislamlam with v0.3.0 I have added an enabled flag and a disabledOpacity option. Thank you for the feedback!
Is it possible to add a property like
enabled: false
toInteractiveSlider
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!