NumberPickerSetup

constructor(min: T, max: T, stepSize: T, stepSize2: T = stepSize, repeatingButton: RepeatingButton = RepeatingButton.Disabled)

Parameters

min

the minimum value for this picker

max

the maximum value for this picker

stepSize

the second step size for the secondary (outer) decrease and increase buttons of this picker (if it is equal to stepSize, the buttons will be hidden)

repeatingButton