🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

CardColors

Represents the Color of Card in different interaction states.

Source set: Android
class CardColors internal constructor(
    internal val containerColor: Color,
    internal val contentColor: Color,
    internal val focusedContainerColor: Color,
    internal val focusedContentColor: Color,
    internal val pressedContainerColor: Color,
    internal val pressedContentColor: Color,
)

Represents the Color of Card in different interaction states.

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int

toString

Source set: Android
override fun toString(): String