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