stopAutoPlay method
void
stopAutoPlay()
停止自动播放
Implementation
void stopAutoPlay() {
event = FlSwiperEvent.stop;
autoPlay = false;
notifyListeners();
}
停止自动播放
void stopAutoPlay() {
event = FlSwiperEvent.stop;
autoPlay = false;
notifyListeners();
}