StepperColors
class StepperColors
Represents Colors used in Stepper.
Summary
Public constructors |
|---|
Public functions |
|
|---|---|
StepperColors |
copy(Returns a copy of this |
open operator Boolean |
|
open Int |
hashCode() |
Public properties |
|
|---|---|
Color |
the button background color of this |
Color |
|
Color |
the content color of this |
Color |
the button background color of this |
Color |
|
Color |
the content color of this |
Public constructors
StepperColors
StepperColors(
contentColor: Color,
buttonContainerColor: Color,
buttonIconColor: Color,
disabledContentColor: Color,
disabledButtonContainerColor: Color,
disabledButtonIconColor: Color
)
| Parameters | |
|---|---|
contentColor: Color |
the content color of this |
buttonContainerColor: Color |
the button background color of this |
buttonIconColor: Color |
|
disabledContentColor: Color |
the content color of this |
disabledButtonContainerColor: Color |
the button background color of this |
disabledButtonIconColor: Color |
Public functions
copy
fun copy(
contentColor: Color = this.contentColor,
buttonContainerColor: Color = this.buttonContainerColor,
buttonIconColor: Color = this.buttonIconColor,
disabledContentColor: Color = this.disabledContentColor,
disabledButtonContainerColor: Color = this.disabledButtonContainerColor,
disabledButtonIconColor: Color = this.disabledButtonIconColor
): StepperColors
Returns a copy of this StepperColors optionally overriding some of the values.
| Parameters | |
|---|---|
contentColor: Color = this.contentColor |
The content color of this |
buttonContainerColor: Color = this.buttonContainerColor |
The button background color of this |
buttonIconColor: Color = this.buttonIconColor |
|
disabledContentColor: Color = this.disabledContentColor |
The content color of this |
disabledButtonContainerColor: Color = this.disabledButtonContainerColor |
The button background color of this |
disabledButtonIconColor: Color = this.disabledButtonIconColor |
Public properties
disabledButtonContainerColor
val disabledButtonContainerColor: Color
the button background color of this Stepper in disabled state.
disabledContentColor
val disabledContentColor: Color
the content color of this Stepper in disabled state.