BuildIndexControllerEvent constructor

BuildIndexControllerEvent({
  1. required bool animation,
  2. required SwiperPluginConfig config,
})

Implementation

BuildIndexControllerEvent({
  required bool animation,
  required this.config,
}) : super(animation: animation);