Infinite Progress Indicator
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.
stroke Width
The width of the circular stroke.
orbiting Dot Size
The size of the orbiting dot.