上一页
Future<void> previous({bool animation = true}) { event = FlSwiperEvent.previous; this.animation = animation; _completer = Completer<dynamic>(); notifyListeners(); return _completer.future; }