LinearProgressIndicator
Determinate Material Design linear progress indicator.
Progress indicators express an unspecified wait time or display the length of a process.
![Linear progress indicator
image](https://developer.android.com/images/reference/androidx/compose/material/linear-progress-indicator.png)
By default there is no animation between progress values. You can use ProgressIndicatorDefaults.ProgressAnimationSpec as the default recommended AnimationSpec when animating progress, such as in the following example:
Parameters
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.
the Modifier to be applied to this progress indicator
The color of the progress indicator.
The color of the background behind the indicator, visible when the progress has not reached that area of the overall indicator yet.
stroke cap to use for the ends of this progress indicator
Samples
androidx.compose.material.samples.LinearProgressIndicatorSampleIndeterminate Material Design linear progress indicator.
Progress indicators express an unspecified wait time or display the length of a process.
![Linear progress indicator
image](https://developer.android.com/images/reference/androidx/compose/material/linear-progress-indicator.png)
Parameters
the Modifier to be applied to this progress indicator
The color of the progress indicator.
The color of the background behind the indicator, visible when the progress has not reached that area of the overall indicator yet.
stroke cap to use for the ends of this progress indicator