StepperDefaults
object StepperDefaults
Defaults used by Stepper.
Summary
Public functions |
|
|---|---|
StepperColors |
Creates a |
StepperColors |
@ComposableCreates a |
Public functions
colors
@Composable
fun colors(): StepperColors
Creates a StepperColors that represents the default colors used in a Stepper.
colors
@Composable
fun colors(
contentColor: Color = Color.Unspecified,
buttonContainerColor: Color = Color.Unspecified,
buttonIconColor: Color = Color.Unspecified,
disabledContentColor: Color = Color.Unspecified,
disabledButtonContainerColor: Color = Color.Unspecified,
disabledButtonIconColor: Color = Color.Unspecified
): StepperColors
Creates a StepperColors that represents the default colors used in a Stepper.
| Parameters | |
|---|---|
contentColor: Color = Color.Unspecified |
the content color for this |
buttonContainerColor: Color = Color.Unspecified |
the button container color for this |
buttonIconColor: Color = Color.Unspecified |
the button icon color for this |
disabledContentColor: Color = Color.Unspecified |
the disabled content color for this |
disabledButtonContainerColor: Color = Color.Unspecified |
the disabled button container color for this |
disabledButtonIconColor: Color = Color.Unspecified |
the disabled button icon color for this |