AutoPlaySwiperControllerEvent.stop constructor

AutoPlaySwiperControllerEvent.stop({
  1. required bool animation,
})

Implementation

AutoPlaySwiperControllerEvent.stop({
  required bool animation,
}) : this(animation: animation, autoplay: false);