ToggleButtonColors
create an instance with arbitrary colors.
See ToggleButtonDefaults.toggleButtonColors for the default colors used in a ToggleButton.
See ToggleButtonDefaults.elevatedToggleButtonColors for the default colors used in a ElevatedToggleButton.
See ToggleButtonDefaults.tonalToggleButtonColors for the default colors used in a TonalToggleButton.
See ToggleButtonDefaults.outlinedToggleButtonColors for the default colors used in a OutlinedToggleButton.
Parameters
the container color of this ToggleButton when enabled.
the content color of this ToggleButton when enabled.
the container color of this ToggleButton when not enabled.
the content color of this ToggleButton when not enabled.
the container color of this ToggleButton when checked.
the content color of this ToggleButton when checked.