App Button
A custom button component that supports different styles (Primary, Secondary, Tertiary) and an optional leading image.
Parameters
The localized text for the button.
Callback triggered when the button is clicked.
Modifier for the button container.
The visual style of the button (ButtonType.PRIMARY, ButtonType.SECONDARY, ButtonType.TERTIARY).
Optional leading icon for the button.
Optional tint for the leading icon.
Whether the button is interactive.
Optional background color override.
Tag for UI testing.
A custom button component that supports different styles (Primary, Secondary, Tertiary) and an optional leading image.
Parameters
Modifier for the button container.
The raw string for the button text.
Callback triggered when the button is clicked.
The visual style of the button (ButtonType.PRIMARY, ButtonType.SECONDARY, ButtonType.TERTIARY).
Optional leading icon for the button.
Optional tint for the leading icon.
Whether the button is interactive.
Optional background color override.
Tag for UI testing.