Trace: • Slider button
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
flutterui:slider_button [2023/02/02 10:26] admin |
flutterui:slider_button [2023/02/02 13:48] (current) admin |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| In this case, double press will reset the slider and it will be possible to use it again. | In this case, double press will reset the slider and it will be possible to use it again. | ||
| + | |||
| + | In special cases it's useful to reset the button automatically. To do this, just set: | ||
| + | |||
| + | <file java> | ||
| + | Style.addStyleNames(button, "f_slide_auto_reset"); | ||
| + | </file> | ||
| + | |||
