IconToggleButtonColors
@Immutable
Represents the container and content colors used in a toggleable icon button in different states.
Parameters
containerColor
the container color of this icon button when enabled.
contentColor
the content color of this icon button when enabled.
disabledContainerColor
the container color of this icon button when not enabled.
disabledContentColor
the content color of this icon button when not enabled.
checkedContainerColor
the container color of this icon button when checked.
checkedContentColor
the content color of this icon button when checked.
Constructors
Properties
Functions
Link copied to clipboard
fun copy(containerColor: Color = this.containerColor, contentColor: Color = this.contentColor, disabledContainerColor: Color = this.disabledContainerColor, disabledContentColor: Color = this.disabledContentColor, checkedContainerColor: Color = this.checkedContainerColor, checkedContentColor: Color = this.checkedContentColor): IconToggleButtonColors
Returns a copy of this IconToggleButtonColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”