WavyProgressIndicatorDefaults

Contains the default values used for wavy progress indicators

Properties

Link copied to clipboard

A default circular progress indicator container size.

Link copied to clipboard
@get:Composable
val circularIndicatorStroke: Stroke

A default circular progress indicator active indicator Stroke.

Link copied to clipboard

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

Link copied to clipboard
@get:Composable
val circularTrackStroke: Stroke

A default circular progress indicator track Stroke.

Link copied to clipboard

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

Link copied to clipboard
val indicatorAmplitude: (progress: Float) -> Float

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

Link copied to clipboard
@get:Composable
val indicatorColor: Color

A default active indicator Color.

Link copied to clipboard

A default linear progress indicator container height.

Link copied to clipboard

A default linear progress indicator container width.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
@get:Composable
val linearIndicatorStroke: Stroke

A default linear progress indicator active indicator Stroke.

Link copied to clipboard

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

Link copied to clipboard

A default linear stop indicator size.

Link copied to clipboard
@get:Composable
val linearTrackStroke: Stroke

A default linear progress indicator track Stroke.

Link copied to clipboard
val ProgressAnimationSpec: AnimationSpec<Float>

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

Link copied to clipboard
@get:Composable
val trackColor: Color

A default track Color.