DepthEffectKt

Added in 1.0.0-alpha09

public final class DepthEffectKt


Summary

Public methods

static final @NonNull Modifier
depthEffect(
    @NonNull Modifier receiver,
    DepthEffect depthEffect,
    @NonNull Shape shape
)

Renders shadows for the provided depthEffect.

Public methods

depthEffect

public static final @NonNull Modifier depthEffect(
    @NonNull Modifier receiver,
    DepthEffect depthEffect,
    @NonNull Shape shape
)

Renders shadows for the provided depthEffect.

Parameters
DepthEffect depthEffect

Depth effect to render shadows for. If null, no shadows will be rendered.

@NonNull Shape shape

Shape of the shadows