API reference
API reference
Select your platform
No SDKs available
No versions available

SecondaryCircleButton Function

Modifiers: final
A secondary circular button without text label.

Signature

fun SecondaryCircleButton(icon: () -> Unit, onClick: () -> Unit, modifier: Modifier, colors: SecondaryButtonColors = SecondaryButtonDefaults.colors(), isEnabled: Boolean = true)

Parameters

icon: Function0
The icon to display on the button.
onClick: Function0
The action to perform when the button is clicked.
modifier: Modifier
Modifier to be applied to the button.
The colors to use for different states of the button.
isEnabled: Boolean
Whether the button is enabled or disabled.
Did you find this page helpful?