StylishSkeletonAvatar

fun StylishSkeletonAvatar(modifier: Modifier = Modifier, size: Dp = 48.dp, color: Color = MaterialTheme.colorScheme.surfaceVariant, animate: Boolean = true)

A circular shimmering placeholder representing an avatar or icon.

Parameters

size

Diameter of the circle. Defaults to 48.dp.

modifier

Modifier applied to the placeholder box.

color

Base color. Defaults to MaterialTheme.colorScheme.surfaceVariant.

animate

When true (the default) the opacity oscillates to produce the shimmer. When false the avatar renders statically, for reduced-motion contexts.

See also