ProgressbarIndeterminate

fun ProgressbarIndeterminate(modifier: Modifier = Modifier, intent: ProgressbarIntent = ProgressbarIntent.Basic, isRounded: Boolean = false)

Intermediate Progressbar

Progressbar express an unspecified wait time or display the duration of a process.

Parameters

intent

The intent color for the Progressbar.

modifier

Modifier to be applied to the Progressbar

isRounded

Controls the border shape of the progressbar. When true, this progressbar will have rounded border shape, & the default is rounded