LinearIndeterminateProgressIndicator

fun LinearIndeterminateProgressIndicator(modifier: Modifier = Modifier, color: Color = OrbitTheme.colors.primary.strong, backgroundColor: Color = OrbitTheme.colors.surface.normal)

Linear indeterminate progress indicator.

Renders indeterminate progress indicator maximum available width. To change the height or width, pass modifier with custom sizing.