ProgressIndicatorColors

class ProgressIndicatorColors


Represents the indicator and track colors used in progress indicator.

Summary

Public constructors

ProgressIndicatorColors(
    indicatorBrush: Brush,
    trackBrush: Brush,
    overflowTrackBrush: Brush,
    disabledIndicatorBrush: Brush,
    disabledTrackBrush: Brush,
    disabledOverflowTrackBrush: Brush
)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Brush

Brush used to draw the indicator if the component is disabled.

Brush

Brush used to draw the track if the component is disabled.

Brush

Brush used to draw the track if the component is disabled.

Brush

Brush used to draw the indicator of progress indicator.

Brush

Brush used to draw the track for progress overflow (>100%).

Brush

Brush used to draw the track of progress indicator.

Public constructors

ProgressIndicatorColors

Added in 1.0.0-alpha27
ProgressIndicatorColors(
    indicatorBrush: Brush,
    trackBrush: Brush,
    overflowTrackBrush: Brush,
    disabledIndicatorBrush: Brush,
    disabledTrackBrush: Brush,
    disabledOverflowTrackBrush: Brush
)
Parameters
indicatorBrush: Brush

Brush used to draw the indicator of progress indicator.

trackBrush: Brush

Brush used to draw the track of progress indicator.

overflowTrackBrush: Brush

Brush used to draw the track for progress overflow (>100%).

disabledIndicatorBrush: Brush

Brush used to draw the indicator if the component is disabled.

disabledTrackBrush: Brush

Brush used to draw the track if the component is disabled.

disabledOverflowTrackBrush: Brush

Brush used to draw the track if the component is disabled.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

disabledIndicatorBrush

Added in 1.0.0-alpha27
val disabledIndicatorBrushBrush

Brush used to draw the indicator if the component is disabled.

disabledOverflowTrackBrush

Added in 1.0.0-alpha27
val disabledOverflowTrackBrushBrush

Brush used to draw the track if the component is disabled.

disabledTrackBrush

Added in 1.0.0-alpha27
val disabledTrackBrushBrush

Brush used to draw the track if the component is disabled.

indicatorBrush

Added in 1.0.0-alpha27
val indicatorBrushBrush

Brush used to draw the indicator of progress indicator.

overflowTrackBrush

Added in 1.0.0-alpha27
val overflowTrackBrushBrush

Brush used to draw the track for progress overflow (>100%).

trackBrush

Added in 1.0.0-alpha27
val trackBrushBrush

Brush used to draw the track of progress indicator.