ShimmerEffectBox

fun ShimmerEffectBox(modifier: Modifier = Modifier, shape: Shape = ShimmerEffectDefaults.shape, duration: Int = ShimmerEffectDefaults.durationMillis, color: Color = ShimmerEffectDefaults.color)

Renders a Compose Box with a shimmer loading effect

Parameters

modifier

Modifier to be applied, to be used for sizing

shape

Shape to be applied to the shimmer effect

duration

duration one shimmer iteration

color

color of the shimmer