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
val FullScreenStrokeWidth: Dp

Stroke width for full screen CircularProgressIndicator

This can be customized with the strokeWidth parameter on CircularProgressIndicator

IndeterminateStrokeWidth

Added in 1.4.0
val IndeterminateStrokeWidth: Dp

Default stroke width for indeterminate CircularProgressIndicator

This can be customized with the strokeWidth parameter on CircularProgressIndicator

ProgressAnimationSpec

Added in 1.0.0
val ProgressAnimationSpec: SpringSpec<Float>

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

StrokeWidth

Added in 1.0.0
val StrokeWidth: Dp

Default stroke width for CircularProgressIndicator

This can be customized with the strokeWidth parameter on CircularProgressIndicator