ToggleButtonDefaults
object ToggleButtonDefaults
Contains the default values used by ToggleButton
Properties
Functions
Link copied to clipboard
@Composable
The content color will effect both ToggleButton's leading and trailing icon and content
Link copied to clipboard
fun toggleButtonSize(width: Dp = Dp.Unspecified, height: Dp = Dp.Unspecified, minWidth: Dp = Dp.Unspecified, maxWidth: Dp = Dp.Unspecified, minHeight: Dp = Dp.Unspecified, maxHeight: Dp = Dp.Unspecified): ButtonSize
Creates a ButtonSize that presents sizes used by ToggleButton
Link copied to clipboard
@Composable
The content color will effect both ToggleButton's leading and trailing icon and content.