🌈 Create new beautiful Compose Gradients with our new wesite ->
Compose Modifier

shadow

Creates a graphicsLayer that draws a shadow.

ShadowSample

@Sampled
@Composable
fun ShadowSample() {
    Box(Modifier.shadow(12.dp, RectangleShape).size(100.dp, 100.dp))
}