Trace: • Slider button
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
flutterui:slider_button [2023/02/02 10:25] admin |
flutterui:slider_button [2023/02/02 13:48] (current) admin |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| A standard button performs an action on click/press. Sometimes it's nice to use a standard button as "confirmation button". In this case it's better to use a slider button. Our standard implementation offers such styling variant: | A standard button performs an action on click/press. Sometimes it's nice to use a standard button as "confirmation button". In this case it's better to use a slider button. Our standard implementation offers such styling variant: | ||
| - | Simply use | + | Simply set: |
| <file java> | <file java> | ||
| 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> | ||
| + | |||
