circleProgressColors

default colors for circular progress indicator


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

custom colors for CircularProgressIndicator

Return

The new ProgressColors with expected indicatorColor, backgroundColor.

Parameters

backgroundColor

The background color of StageProgress.

indicatorColor

The indicate color of StageProgress.