CardColors

data class CardColors(val color: Color, val contentColor: Color, val pressedColor: Color)

Colors used by a Card.

Parameters

color

The background color of the card.

contentColor

The content color of the card.

pressedColor

The fill color the card animates towards while pressed (couiColorCardPressed).

Constructors

Link copied to clipboard
constructor(color: Color, contentColor: Color, pressedColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard