ProgressBar

fun ProgressIndicatorScope.ProgressBar(shape: Shape = RectangleShape, color: Color = LocalContentColor.current)

A progress bar component that automatically fills the width of its parent based on the progress value.

Parameters

shape

The shape of the progress bar.

color

The color of the progress bar.