StepperState

constructor(initialValue: Int?, range: IntRange, step: Int)(source)

Parameters

initialValue

Starting value, or null for an empty state.

range

Accepted value bounds. Buttons disable at the limits.

step

Amount added or subtracted per increment/decrement.