ChipColors

@Immutable
open class ChipColors

colors for Chip

Inheritors

Properties

Link copied to clipboard
val backgroundColor: Color

background color

Link copied to clipboard
val contentColor: Color

Color for label and icon

Functions

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

Create a new ChipColors instance with expected background color and content color.

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