plushie/widget/button
Button widget builder.
Types
pub type ButtonStyle {
Primary
Secondary
Success
Warning
Danger
TextStyle
BackgroundStyle
Subtle
}
Constructors
-
Primary -
Secondary -
Success -
Warning -
Danger -
TextStyle -
BackgroundStyle -
Subtle
Values
pub fn new(id: String, label: String) -> Button
Create a new button builder with the given ID and label.