Class

RemoteProgressIndicatorColors

Represents the indicator and track colors used in progress indicator in a remote context.

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.

Last updated: