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