toggleButtonColors
Creates a ToggleButtonColors that represents the default container and content colors used in a ToggleButton.
@Composable
Creates a ToggleButtonColors that represents the default container and content colors used in a ToggleButton.
Parameters
containerColor
the container color of this ToggleButton when enabled.
contentColor
the content color of this ToggleButton when enabled.
disabledContainerColor
the container color of this ToggleButton when not enabled.
disabledContentColor
the content color of this ToggleButton when not enabled.
checkedContainerColor
the container color of this ToggleButton when checked.
checkedContentColor
the content color of this ToggleButton when checked.