Start native apps faster with the Composables CLI ->
Object

LinearProgressIndicatorDefaults

Contains defaults for Linear Progress Indicator.

Source set: Android
public object LinearProgressIndicatorDefaults

Contains defaults for Linear Progress Indicator.

Properties

StrokeWidthLarge

Source set: Android
public val StrokeWidthLarge: Dp = 12.dp

Large stroke width for LinearProgressIndicator.

This is also the default stroke width for LinearProgressIndicator.

StrokeWidthSmall

Source set: Android
public val StrokeWidthSmall: Dp = 8.dp

Small stroke width for LinearProgressIndicator.

This is the minimum stroke value allowed for LinearProgressIndicator to ensure that the dot shown at the end of the range can be distinguished.