DefaultChipColors

class DefaultChipColors(val containerColor: Color, val contentColor: Color) : ChipColors

Default ChipColors.

Constructors

Link copied to clipboard
constructor(containerColor: Color, contentColor: Color)

Properties

Link copied to clipboard
open override val containerColor: Color

Represents the background color of the Chip

Link copied to clipboard
open override val contentColor: Color

Represents the color inside the Chip UI element (for the text)