Future previous({bool animation = true}) { final e = event = PrevIndexControllerEvent(animation: animation); notifyListeners(); return e.future; }