⌂
›
Reference
›
FilledButton
FilledButton
A filled Material action button.
Example
filled_button(
content: text(value: "Publish"),
on_click: ->(_e) { puts "publish" }
)
Common properties
contenton_clickwidthheightdisabledstyle
Usage
filled_button(
content: text(value: "Create account"),
on_click: ->(_e) { page.go("/signup") }
)
Notes
- Use
filled_buttonwhen the primary action needs stronger emphasis