AutoPlaySwiperControllerEvent constructor

AutoPlaySwiperControllerEvent({
  1. required bool animation,
  2. required bool autoplay,
})

Implementation

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