Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
flutterui:slider_button [2023/02/02 10:20]
admin created
flutterui:slider_button [2023/02/02 10:23]
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 ​add +Simply ​use 
 + 
 +<file java> 
 +Style.addStyleNames(button,​ "​f_slide"​);​ 
 +</​file>​ 
 + 
 +and your button will look and act like a slider: 
 + 
 +{{:​flutterui:​sliderbutton.png?​nolink&​400|}} 
 + 
 +If you slide to the right, the slider will show a check and it's not possible to press again: 
 + 
 +{{:​flutterui:​sliderbutton_done.png?​nolink&​400|}} 
 + 
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information