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