JetpackOutlinedButton
Jetpack outlined button with generic content slot. Wraps Material 3 OutlinedButton.
Parameters
Will be called when the user clicks the button.
Modifier to be applied to the button.
Controls the enabled state of the button. When false
, this button will not be clickable and will appear disabled to accessibility services.
The spacing values to apply internally between the container and the content.
The button content.
Jetpack outlined button with text and icon content slots.
Parameters
Will be called when the user clicks the button.
Modifier to be applied to the button.
Controls the enabled state of the button. When false
, this button will not be clickable and will appear disabled to accessibility services.
The button text label content.
The button leading icon content. Pass null
here for no leading icon.