ProgressIndicatorDefaults


object ProgressIndicatorDefaults


Contains the default values used for CircularProgressIndicator.

Summary

Public properties

Dp

Stroke width for full screen CircularProgressIndicator

Dp

Default stroke width for indeterminate CircularProgressIndicator

SpringSpec<Float>

The default AnimationSpec that should be used when animating between progress in a determinate progress indicator.

Dp

Default stroke width for CircularProgressIndicator

Public properties

FullScreenStrokeWidth

Added in 1.4.0-alpha07
val FullScreenStrokeWidthDp

Stroke width for full screen CircularProgressIndicator

This can be customized with the strokeWidth parameter on CircularProgressIndicator

IndeterminateStrokeWidth

Added in 1.4.0-alpha07
val IndeterminateStrokeWidthDp

Default stroke width for indeterminate CircularProgressIndicator

This can be customized with the strokeWidth parameter on CircularProgressIndicator

ProgressAnimationSpec

Added in 1.0.0
val ProgressAnimationSpecSpringSpec<Float>

The default AnimationSpec that should be used when animating between progress in a determinate progress indicator.

StrokeWidth

Added in 1.0.0
val StrokeWidthDp

Default stroke width for CircularProgressIndicator

This can be customized with the strokeWidth parameter on CircularProgressIndicator