Constructors
Properties
| Name | Type | Description |
|---|---|---|
Text | String | Text on the button. |
Tint | Color | The tint of the button color |
IsChecked | Boolean | Whether this button is checked. See IsToggle. |
IsToggle | Boolean | Whether this button can be toggled on or off. See IsChecked. |
Icon | String | Sets an icon for the button via a filepath. |
Methods
Fields
| Name | Type | Description |
|---|---|---|
Clicked | Action | |
Pressed | Action | |
Released | Action | |
Toggled | Action |