InfiniteProgressIndicator

fun InfiniteProgressIndicator(modifier: Modifier = Modifier, color: Color = Color.Gray, size: Dp = ProgressIndicatorDefaults.DefaultInfiniteProgressIndicatorSize, strokeWidth: Dp = ProgressIndicatorDefaults.DefaultInfiniteProgressIndicatorStrokeWidth, orbitingDotSize: Dp = ProgressIndicatorDefaults.DefaultInfiniteProgressIndicatorOrbitingDotSize)

A InfiniteProgressIndicator with Miuix style. The indicator is a circular indicator with an orbiting dot.

Parameters

modifier

The modifier to be applied to the indicator.

color

The color of the indicator.

size

The size (diameter) of the circular indicator.

strokeWidth

The width of the circular stroke.

orbitingDotSize

The size of the orbiting dot.