StepperColors

data class StepperColors(val buttonColor: Color, val contentColor: Color, val disabledContentColor: Color)

Colors used by a Stepper.

Parameters

buttonColor

The circular background color of the +/- buttons.

contentColor

The color of the glyphs and the value when enabled.

disabledContentColor

The color of the glyphs and the value when disabled.

Constructors

Link copied to clipboard
constructor(buttonColor: Color, contentColor: Color, disabledContentColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard