Android
public object CircularProgressIndicatorDefaults
Contains default values for 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.