LinearProgressDefaults

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

The default colors used for LinearProgressIndicator

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

custom colors for linear progress indicator

Link copied to clipboard
fun linearProgressHeight(value: Dp = Dp.Unspecified): LinearProgressHeight

custom size for LinearProgressIndicator

Link copied to clipboard

The default vibrants used for LinearProgressIndicator

@Composable
fun linearProgressVibrants(indicatorVibrant: Vibrant = Vibrant.Unspecified, backgroundVibrant: Vibrant = Vibrant.Unspecified): ProgressVibrants

custom vibrants for linear progress indicator