ToggleableChipColors
colors for ToggleableChip
Parameters
contentColor
The content color of the chip.
backgroundColor
The background color of the chip.
Properties
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.