Object

WavyProgressIndicatorDefaults

Contains the default values used for wavy progress indicators

Source set: Common
@Material3ExpressiveApi
object WavyProgressIndicatorDefaults

Contains the default values used for wavy progress indicators

Properties

ProgressAnimationSpec

Source set: Common
val ProgressAnimationSpec: AnimationSpec<Float>

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

indicatorColor

Source set: Common
val indicatorColor: Color

A default active indicator Color.

trackColor

Source set: Common
val trackColor: Color

A default track Color.

linearIndicatorStroke

Source set: Common
val linearIndicatorStroke: Stroke

A default linear progress indicator active indicator Stroke.

circularIndicatorStroke

Source set: Common
val circularIndicatorStroke: Stroke

A default circular progress indicator active indicator Stroke.

linearTrackStroke

Source set: Common
val linearTrackStroke: Stroke

A default linear progress indicator track Stroke.

circularTrackStroke

Source set: Common
val circularTrackStroke: Stroke

A default circular progress indicator track Stroke.

LinearDeterminateWavelength

Source set: Common
val LinearDeterminateWavelength: Dp

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

LinearIndeterminateWavelength

Source set: Common
val LinearIndeterminateWavelength: Dp

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

LinearContainerHeight

Source set: Common
val LinearContainerHeight: Dp

A default linear progress indicator container height.

LinearContainerWidth

Source set: Common
val LinearContainerWidth: Dp

A default linear progress indicator container width.

LinearTrackStopIndicatorSize

Source set: Common
val LinearTrackStopIndicatorSize: Dp

A default linear stop indicator size.

CircularContainerSize

Source set: Common
val CircularContainerSize: Dp

A default circular progress indicator container size.

CircularWavelength

Source set: Common
val CircularWavelength: Dp

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

LinearIndicatorTrackGapSize

Source set: Common
val LinearIndicatorTrackGapSize: Dp

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

CircularIndicatorTrackGapSize

Source set: Common
val CircularIndicatorTrackGapSize: Dp

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

indicatorAmplitude

Source set: Common
val indicatorAmplitude: (progress: Float) -> Float

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

Last updated: