Source set: Android
public class RemoteProgressIndicatorColors(
public val indicatorBrush: RemoteBrush,
public val trackBrush: RemoteBrush,
public val overflowTrackBrush: RemoteBrush,
public val disabledIndicatorBrush: RemoteBrush,
public val disabledTrackBrush: RemoteBrush,
public val disabledOverflowTrackBrush: RemoteBrush,
)
Represents the indicator and track colors used in progress indicator in a remote context.
Functions
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int