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

Large stroke width for LinearProgressIndicator.

This is also the default stroke width for LinearProgressIndicator.

StrokeWidthSmall

Source set: Android
public val StrokeWidthSmall: 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.

Last updated: