Skip to main content

LinearProgressIndicator

Function LinearProgressIndicator 

Source
pub fn LinearProgressIndicator(__arg0: Modifier, __arg1: Color) -> NodeId
Expand 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 of LINEAR_INDICATOR_WIDTH x LINEAR_INDICATOR_HEIGHT dp which outer size modifiers can override.
  • color - Band color; the track uses the same color dimmed.