class StepperColors


Represents Colors used in Stepper.

Summary

Public constructors

StepperColors(
    contentColor: Color,
    buttonContainerColor: Color,
    buttonIconColor: Color,
    disabledContentColor: Color,
    disabledButtonContainerColor: Color,
    disabledButtonIconColor: Color
)

Public functions

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

Public properties

Color

the button background color of this Stepper.

Color

icon tint Color for this Stepper.

Color

the content color of this Stepper.

Color

the button background color of this Stepper in disabled state.

Color

icon tint Color for this Stepper in disabled state.

Color

the content color of this Stepper in disabled state.

Public constructors

StepperColors

StepperColors(
    contentColor: Color,
    buttonContainerColor: Color,
    buttonIconColor: Color,
    disabledContentColor: Color,
    disabledButtonContainerColor: Color,
    disabledButtonIconColor: Color
)
Parameters
contentColor: Color

the content color of this Stepper.

buttonContainerColor: Color

the button background color of this Stepper.

buttonIconColor: Color

icon tint Color for this Stepper.

disabledContentColor: Color

the content color of this Stepper in disabled state.

disabledButtonContainerColor: Color

the button background color of this Stepper in disabled state.

disabledButtonIconColor: Color

icon tint Color for this Stepper in disabled state.

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

buttonContainerColor

Added in 1.0.0-alpha27
val buttonContainerColorColor

the button background color of this Stepper.

buttonIconColor

Added in 1.0.0-alpha27
val buttonIconColorColor

icon tint Color for this Stepper.

contentColor

Added in 1.0.0-alpha27
val contentColorColor

the content color of this Stepper.

disabledButtonContainerColor

Added in 1.0.0-alpha27
val disabledButtonContainerColorColor

the button background color of this Stepper in disabled state.

disabledButtonIconColor

Added in 1.0.0-alpha27
val disabledButtonIconColorColor

icon tint Color for this Stepper in disabled state.

disabledContentColor

Added in 1.0.0-alpha27
val disabledContentColorColor

the content color of this Stepper in disabled state.