Stepper Colors
data class StepperColors(val buttonColor: Color, val contentColor: Color, val disabledContentColor: Color)
Colors used by a Stepper.
Parameters
button Color
The circular background color of the +/- buttons.
content Color
The color of the glyphs and the value when enabled.
disabled Content Color
The color of the glyphs and the value when disabled.