InfiniteProgressIndicator

fun InfiniteProgressIndicator(modifier: Modifier = Modifier, color: Color = COUITheme.colorScheme.primary, size: Dp = ProgressIndicatorDefaults.DefaultInfiniteProgressIndicatorSize, strokeWidth: Dp = ProgressIndicatorDefaults.DefaultInfiniteProgressIndicatorStrokeWidth)

A InfiniteProgressIndicator with COUI style.

A thin wrapper around RotatingProgressIndicator that keeps the accent tint and the coui_loading_view_* size tier, for indeterminate waits inside dialogs and inline content.

Parameters

modifier

The modifier to be applied to the indicator.

color

The color of the arc.

size

The size (the square view box) of the indicator.

strokeWidth

The width of the arc stroke.