Linear
Linear progress indicator.
Constructors
Link copied to clipboard
Indeterminate linear progress indicator.
constructor(value: Float, showProgressPercentage: Boolean = false, customProgressIndicator: @Composable (Float) -> Unit? = null)
Determinate linear progress indicator.