Source set: Android
class CardContainerColors internal constructor(
internal val contentColor: Color,
internal val focusedContentColor: Color,
internal val pressedContentColor: Color,
)
Represents the Color of content in a CardContainer for 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