public object ProgressIndicatorDefaults
Contains the default values used for CircularProgressIndicator.
Properties
StrokeWidth
public val StrokeWidth: Dp
Default stroke width for CircularProgressIndicator
This can be customized with the strokeWidth parameter on CircularProgressIndicator
IndeterminateStrokeWidth
public val IndeterminateStrokeWidth: Dp
Default stroke width for indeterminate CircularProgressIndicator
This can be customized with the strokeWidth parameter on CircularProgressIndicator
FullScreenStrokeWidth
public val FullScreenStrokeWidth: Dp
Stroke width for full screen CircularProgressIndicator
This can be customized with the strokeWidth parameter on CircularProgressIndicator
ProgressAnimationSpec
public val ProgressAnimationSpec: SpringSpec<Float>
The default AnimationSpec that should be used when animating between progress in a determinate progress indicator.