Source set: Android
Added in 1.1.0-rc01
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.