SwiperPluginView constructor

const SwiperPluginView({
  1. Key? key,
  2. required SwiperPlugin plugin,
  3. required SwiperPluginConfig config,
})

Implementation

const SwiperPluginView({
  Key? key,
  required this.plugin,
  required this.config,
}) : super(key: key);