Composables UI is out: our new component library for Compose Multiplatform ->
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.

Last updated: