step property

  1. @Input.new()
num step
getter/setter pair

The step size of the input.

Must be a positive number and a divisor of (max - min).

Implementation

@Input()
num step = 1;