<h2 id="deptheffect-deptheffect-shape">depthEffect</h2>

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

```kotlin
public fun Modifier.depthEffect(depthEffect: DepthEffect?, shape: Shape): Modifier
```

Renders shadows for the provided [depthEffect](/jetpack-compose/androidx.xr.glimmer/glimmer/modifiers/depthEffect).

#### Parameters

| | |
| --- | --- |
| depthEffect | Depth effect to render shadows for. If `null`, no shadows will be rendered. |
| shape | [Shape](/jetpack-compose/androidx.compose.ui/ui-graphics/interfaces/Shape) of the shadows |