class ProgressIndicatorColors


Represents the indicator and track colors used in progress indicator.

Summary

Public constructors

ProgressIndicatorColors(
    indicator: LayoutColor,
    track: LayoutColor,
    trackOverflow: LayoutColor
)

Public properties

LayoutColor

Color used to draw the indicator of progress indicator.

LayoutColor

Color used to draw the track of progress indicator.

LayoutColor

Color used to draw the track for progress overflow (>1).

Public constructors

ProgressIndicatorColors

Added in 1.3.0-alpha06
ProgressIndicatorColors(
    indicator: LayoutColor,
    track: LayoutColor,
    trackOverflow: LayoutColor = track
)
Parameters
indicator: LayoutColor

Color used to draw the indicator of progress indicator.

track: LayoutColor

Color used to draw the track of progress indicator.

trackOverflow: LayoutColor = track

Color used to draw the track for progress overflow (>1).

Public properties

indicator

Added in 1.3.0-alpha06
val indicatorLayoutColor

Color used to draw the indicator of progress indicator.

track

Added in 1.3.0-alpha06
val trackLayoutColor

Color used to draw the track of progress indicator.

trackOverflow

Added in 1.3.0-alpha06
val trackOverflowLayoutColor

Color used to draw the track for progress overflow (>1).