linearProgressColors

The default colors used for LinearProgressIndicator


@Composable
fun linearProgressColors(indicatorColor: Color = Color.Unspecified, backgroundColor: Color = Color.Unspecified): ProgressColors

custom colors for linear progress indicator

Return

The new ProgressColors instance with expected indicatorColor and backgroundColor.

Parameters

indicatorColor

progress bar color

backgroundColor

background color