---
title: "CardShape"
description: "Represents the [Shape] of Card in different interaction states."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>


```kotlin
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.



