splashbyte / action_slider

A Flutter slider to confirm actions and provide feedback on the success of these after subsequent loading.
BSD 3-Clause "New" or "Revised" License
33 stars 12 forks source link

Declarative SliderMode #18

Closed maeddin closed 1 month ago

maeddin commented 3 months ago

Currently, you can only set the SliderMode via the controller. However, it would be better if this could also be done directly via the constructor so that the slider always shows the current state.