class ProgressIndicatorColors


Represents the indicator and track colors used in progress indicator.

Summary

Public constructors

ProgressIndicatorColors(
    indicatorColor: LayoutColor,
    trackColor: LayoutColor,
    trackOverflowColor: 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-alpha08
ProgressIndicatorColors(
    indicatorColor: LayoutColor,
    trackColor: LayoutColor,
    trackOverflowColor: LayoutColor = trackColor
)
Parameters
indicatorColor: LayoutColor

Color used to draw the indicator of progress indicator.

trackColor: LayoutColor

Color used to draw the track of progress indicator.

trackOverflowColor: LayoutColor = trackColor

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

Public properties

indicatorColor

Added in 1.3.0-alpha08
val indicatorColorLayoutColor

Color used to draw the indicator of progress indicator.

trackColor

Added in 1.3.0-alpha08
val trackColorLayoutColor

Color used to draw the track of progress indicator.

trackOverflowColor

Added in 1.3.0-alpha08
val trackOverflowColorLayoutColor

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