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

CardShape

Represents the Shape of Card in different interaction states.

Source set: Android
class CardShape internal constructor(
    internal val shape: Shape,
    internal val focusedShape: Shape,
    internal val pressedShape: Shape,
)

Represents the Shape 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