ToggleableChipColors

colors for ToggleableChip

Parameters

contentColor

The content color of the chip.

backgroundColor

The background color of the chip.

Properties

Link copied to clipboard

background color when toggle state is on

Link copied to clipboard

content color when toggle state is on

Functions

Link copied to clipboard
fun copy(contentColor: Color = this.contentColor, backgroundColor: Color = this.backgroundColor, activeContentColor: Color = this.activeContentColor, activeBackgroundColor: Color = this.activeBackgroundColor): ToggleableChipColors

Create a new ToggleableChipColors instance with the specified color properties. If some color values are not provided, the color values of the current instance are used.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int