LinearProgressIndicator

fun LinearProgressIndicator(modifier: Modifier = Modifier, progress: Float? = null, colors: ProgressIndicatorColors = ProgressIndicatorDefaults.progressIndicatorColors(), height: Dp = ProgressIndicatorDefaults.DefaultLinearProgressIndicatorHeight)

A LinearProgressIndicator 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.

height

The height of the indicator.