Moves the active track on the min edge to the previous/next step.
min
void step({required bool min, required bool expand}) { if (_value case final value?) { this.value = value.step(min: min, expand: expand); } }