BuildIndexControllerEvent constructor
BuildIndexControllerEvent({
- required bool animation,
- required SwiperPluginConfig config,
Implementation
BuildIndexControllerEvent({
required bool animation,
required this.config,
}) : super(animation: animation);