OpenOnPhoneDialogColors

class OpenOnPhoneDialogColors


Represents the colors used in OpenOnPhoneDialog.

Summary

Public constructors

OpenOnPhoneDialogColors(
    iconColor: Color,
    iconContainerColor: Color,
    progressIndicatorColor: Color,
    progressTrackColor: Color,
    textColor: Color
)

Public functions

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

Public properties

Color

Color used to tint the icon.

Color

The color of the container behind the icon.

Color

Color used to draw the indicator arc of progress indicator.

Color

Color used to draw the track of progress indicator.

Color

Color used to draw the text.

Public constructors

OpenOnPhoneDialogColors

OpenOnPhoneDialogColors(
    iconColor: Color,
    iconContainerColor: Color,
    progressIndicatorColor: Color,
    progressTrackColor: Color,
    textColor: Color
)
Parameters
iconColor: Color

Color used to tint the icon.

iconContainerColor: Color

The color of the container behind the icon.

progressIndicatorColor: Color

Color used to draw the indicator arc of progress indicator.

progressTrackColor: Color

Color used to draw the track of progress indicator.

textColor: Color

Color used to draw the text.

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

iconColor

Added in 1.0.0-alpha25
val iconColorColor

Color used to tint the icon.

iconContainerColor

Added in 1.0.0-alpha25
val iconContainerColorColor

The color of the container behind the icon.

progressIndicatorColor

Added in 1.0.0-alpha25
val progressIndicatorColorColor

Color used to draw the indicator arc of progress indicator.

progressTrackColor

Added in 1.0.0-alpha25
val progressTrackColorColor

Color used to draw the track of progress indicator.

textColor

Added in 1.0.0-alpha25
val textColorColor

Color used to draw the text.