Future<bool> jumpStep(int index) { if (steps[index].isNotSelectable) return Future.value(false); stepperDone = false; return _stepTo(index); }