pub fn LinearProgressIndicator(__arg0: Modifier, __arg1: Color) -> NodeIdExpand description
An indeterminate linear progress indicator.
A band slides repeatedly across a dimmed track, following Jetpack
Compose’s LinearProgressIndicator (simplified single-band variant).
§Arguments
modifier- Modifiers for styling and layout. The indicator applies a default size ofLINEAR_INDICATOR_WIDTHxLINEAR_INDICATOR_HEIGHTdp which outer size modifiers can override.color- Band color; the track uses the same color dimmed.