depthEffect
Functions summary
Modifier |
Modifier.depthEffect(depthEffect: DepthEffect?, shape: Shape)Renders shadows for the provided |
Functions
Modifier.depthEffect
fun Modifier.depthEffect(depthEffect: DepthEffect?, shape: Shape): Modifier
Renders shadows for the provided depthEffect.
| Parameters | |
|---|---|
depthEffect: DepthEffect? |
Depth effect to render shadows for. If |
shape: Shape |
|