Object

WavyProgressIndicatorDefaults

Contains the default values used for wavy progress indicators

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
@ExperimentalMaterial3ExpressiveApi
object WavyProgressIndicatorDefaults

Contains the default values used for wavy progress indicators

Properties

Common
val ProgressAnimationSpec: AnimationSpec<Float>

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

Common
val indicatorColor: Color

A default active indicator Color.

Common
val trackColor: Color

A default track Color.

Common
val linearIndicatorStroke: Stroke

A default linear progress indicator active indicator Stroke.

Common
val circularIndicatorStroke: Stroke

A default circular progress indicator active indicator Stroke.

Common
val linearTrackStroke: Stroke

A default linear progress indicator track Stroke.

Common
val circularTrackStroke: Stroke

A default circular progress indicator track Stroke.

Common
val LinearDeterminateWavelength: Dp

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

Common
val LinearIndeterminateWavelength: Dp

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

Common
val LinearContainerHeight: Dp

A default linear progress indicator container height.

Common
val LinearContainerWidth: Dp

A default linear progress indicator container width.

Common
val LinearTrackStopIndicatorSize: Dp

A default linear stop indicator size.

Common
val CircularContainerSize: Dp

A default circular progress indicator container size.

Common
val CircularWavelength: Dp

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

Common
val LinearIndicatorTrackGapSize: Dp

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

Common
val CircularIndicatorTrackGapSize: Dp

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

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

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