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

```kotlin
data class ShadowKey(
        var shape: Shape = RectangleShape,
        var size: Size = Size.Zero,
        var layoutDirection: LayoutDirection = LayoutDirection.Ltr,
        var density: Float = 1f,
        var shadow: Shadow? = null,
    )
```