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.
Represents the Shape of Card in different interaction states.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
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: