step property

num? step

Implementation

num? get step => js.step;
void step=(num? value)

Implementation

set step(num? value) => js.step = value;