public object CircularProgressIndicatorDefaults
Contains default values for CircularProgressIndicator.
Properties
largeStrokeWidth
public val largeStrokeWidth: Dp
Large stroke width for circular progress indicator.
smallStrokeWidth
public val smallStrokeWidth: Dp
Small stroke width for circular progress indicator.
StartAngle
public val StartAngle: Float
The default angle used for the start of the progress indicator arc.
This can be customized with startAngle parameter on CircularProgressIndicator.
FullScreenPadding
public val FullScreenPadding: Dp
Padding used for displaying CircularProgressIndicator full screen.
IndeterminateStrokeWidth
public val IndeterminateStrokeWidth: Dp
Default stroke width for indeterminate CircularProgressIndicator.
Functions
calculateRecommendedGapSize
public fun calculateRecommendedGapSize(strokeWidth: Dp): Dp
Returns recommended size of the gap based on strokeWidth.
The absolute value can be customized with gapSize parameter on CircularProgressIndicator.