WavyProgressIndicatorDefaults


Contains the default values used for wavy progress indicators

Summary

Public properties

Dp

A default circular progress indicator container size.

Cmn
Dp

A default gap size that appears in between the active indicator and the track at the circular progress indicator.

Cmn
Dp

A default wavelength of a circular progress indicator when it's in a wavy form.

Cmn
Dp

A default linear progress indicator container height.

Cmn
Dp

A default linear progress indicator container width.

Cmn
Dp

A default wavelength of a determinate linear progress indicator when it's in a wavy form.

Cmn
Dp

A default wavelength of a linear progress indicator when it's in a wavy form.

Cmn
Dp

A default gap size that appears in between the active indicator and the track at the linear progress indicator.

Cmn
Dp

A default linear stop indicator size.

Cmn
AnimationSpec<Float>

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

Cmn
Stroke

A default circular progress indicator active indicator Stroke.

Cmn
Stroke

A default circular progress indicator track Stroke.

Cmn
(progress: Float) -> Float

A function that returns a determinate indicator's amplitude for a given progress.

Cmn
Color

A default active indicator Color.

Cmn
Stroke

A default linear progress indicator active indicator Stroke.

Cmn
Stroke

A default linear progress indicator track Stroke.

Cmn
Color

A default track Color.

Cmn

Public properties

CircularContainerSize

val CircularContainerSizeDp

A default circular progress indicator container size.

CircularIndicatorTrackGapSize

val CircularIndicatorTrackGapSizeDp

A default gap size that appears in between the active indicator and the track at the circular progress indicator.

CircularWavelength

val CircularWavelengthDp

A default wavelength of a circular progress indicator when it's in a wavy form.

LinearContainerHeight

val LinearContainerHeightDp

A default linear progress indicator container height.

LinearContainerWidth

val LinearContainerWidthDp

A default linear progress indicator container width.

LinearDeterminateWavelength

val LinearDeterminateWavelengthDp

A default wavelength of a determinate linear progress indicator when it's in a wavy form.

LinearIndeterminateWavelength

val LinearIndeterminateWavelengthDp

A default wavelength of a linear progress indicator when it's in a wavy form.

LinearIndicatorTrackGapSize

val LinearIndicatorTrackGapSizeDp

A default gap size that appears in between the active indicator and the track at the linear progress indicator.

LinearTrackStopIndicatorSize

val LinearTrackStopIndicatorSizeDp

A default linear stop indicator size.

ProgressAnimationSpec

val ProgressAnimationSpecAnimationSpec<Float>

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

circularIndicatorStroke

val circularIndicatorStrokeStroke

A default circular progress indicator active indicator Stroke.

circularTrackStroke

val circularTrackStrokeStroke

A default circular progress indicator track Stroke.

indicatorAmplitude

val indicatorAmplitude: (progress: Float) -> Float

A function that returns a determinate indicator's amplitude for a given progress.

indicatorColor

val indicatorColorColor

A default active indicator Color.

linearIndicatorStroke

val linearIndicatorStrokeStroke

A default linear progress indicator active indicator Stroke.

linearTrackStroke

val linearTrackStrokeStroke

A default linear progress indicator track Stroke.

trackColor

val trackColorColor

A default track Color.