fun SecondaryCircleButton(icon: () -> Unit, onClick: () -> Unit, modifier: Modifier, colors: SecondaryButtonColors = SecondaryButtonDefaults.colors(), isEnabled: Boolean = true)
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.
colors: SecondaryButtonColors
The colors to use for different states of the button.
isEnabled: Boolean
Whether the button is enabled or disabled.