Basic Button
As the most basic button, it clearly defines an area and text to guide user actions.
1. Root : The topmost container area that wraps the button
2. Label: Button label
3. Icon(Prefix) : Icon area that visually elaborates the Label
4. Icon(Suffix) : Icon area that visually illustrates the label
States
State | Value | Description |
---|---|---|
Pressed | Boolean | Switches to True when in a clicked state via touch |
Disabled | Boolean | If True, the Button is in a non-controllable state |
Loading | Boolean | If True, the Button shows a loader and switches to a non-controllable state |
Properties
State | Value | Description |
---|---|---|
Pressed | Boolean | Switches to True when in a clicked state via touch |
Disabled | Boolean | If True, the Button is in a non-controllable state |
Loading | Boolean | If True, the Button shows a loader and switches to a non-controllable state |