Switch
Switches toggle the state of a single item on or off.
Parameters
whether or not this switch is checked
called when this switch is clicked. If null
, then this switch will not be interactable, unless something else handles its input events and updates its state.
the Modifier to be applied to this switch
content that will be drawn inside the thumb, expected to measure SwitchDefaults.IconSize
controls the enabled state of this switch. When false
, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services.
SwitchColors that will be used to resolve the colors used for this switch in different states. See SwitchDefaults.colors.
an optional hoisted MutableInteractionSource for observing and emitting Interactions for this switch. You can use this to change the switch's appearance or preview the switch in different states. Note that if null
is provided, interactions will still happen internally.