CircularProgressIndicator

fun CircularProgressIndicator(modifier: Modifier = Modifier, progress: Float? = null, colors: ProgressIndicatorColors = ProgressIndicatorDefaults.progressIndicatorColors(), strokeWidth: Dp = ProgressIndicatorDefaults.DefaultCircularProgressIndicatorStrokeWidth, size: Dp = ProgressIndicatorDefaults.DefaultCircularProgressIndicatorSize)

A CircularProgressIndicator with Miuix style.

Parameters

modifier

The modifier to be applied to the indicator.

progress

The current progress value between 0.0f and 1.0f, or null for indeterminate state.

colors

The colors used for the indicator.

strokeWidth

The width of the circular stroke.

size

The size (diameter) of the circular indicator.