ProgressIndicatorColors


class ProgressIndicatorColors


Represents the indicator and track colors used in progress indicator.

Summary

Public constructors

ProgressIndicatorColors(indicatorBrush: Brush, trackBrush: Brush)

Public functions

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

Public properties

Brush

Brush used to draw the indicator arc of progress indicator.

Brush

Brush used to draw the track arc of progress indicator.

Public constructors

ProgressIndicatorColors

Added in 1.0.0-alpha23
ProgressIndicatorColors(indicatorBrush: Brush, trackBrush: Brush)
Parameters
indicatorBrush: Brush

Brush used to draw the indicator arc of progress indicator.

trackBrush: Brush

Brush used to draw the track arc of progress indicator.

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

indicatorBrush

Added in 1.0.0-alpha23
val indicatorBrushBrush

Brush used to draw the indicator arc of progress indicator.

trackBrush

Added in 1.0.0-alpha23
val trackBrushBrush

Brush used to draw the track arc of progress indicator.