Progressbar

fun Progressbar(progress: () -> Float, modifier: Modifier = Modifier, intent: ProgressbarIntent = ProgressbarIntent.Basic, isRounded: Boolean = true)

Determinate Progressbar

Progressbar express a specified progress.

Parameters

progress

the progress of this progress indicator, where 0.0 represents no progress and 1.0 represents full progress. Values outside of this range are coerced into the range.

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