AutoPlaySwiperControllerEvent.start constructor

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

Implementation

AutoPlaySwiperControllerEvent.start({
  required bool animation,
}) : this(animation: animation, autoplay: true);