RemoteCircularProgressIndicator
Source set: Android
public fun RemoteCircularProgressIndicator(
modifier: RemoteModifier = RemoteModifier,
colors: RemoteProgressIndicatorColors = RemoteProgressIndicatorDefaults.colors(),
strokeWidth: RemoteDp = RemoteProgressIndicatorDefaults.IndeterminateStrokeWidth,
gapSize: RemoteDp = RemoteProgressIndicatorDefaults.calculateRecommendedGapSize(strokeWidth),
)
Indeterminate Material Design circular progress indicator.
Indeterminate progress indicator expresses an unspecified wait time and spins indefinitely.
Example of indeterminate circular progress indicator:
Parameters
| modifier | Modifier to be applied to the CircularProgressIndicator. |
| colors | RemoteProgressIndicatorColors that will be used to resolve the indicator and track color. |
| strokeWidth | The stroke width for the progress indicator. |
| gapSize | The size (in RemoteDp) of the gap between the ends of the progress indicator and the track. |