SwiperPluginConfig constructor

const SwiperPluginConfig({
  1. required Axis scrollDirection,
  2. required SwiperController controller,
  3. int? activeIndex,
  4. int? itemCount,
  5. PageIndicatorLayout? indicatorLayout,
  6. bool? outer,
  7. PageController? pageController,
  8. SwiperLayout? layout,
  9. bool? loop,
})

Implementation

const SwiperPluginConfig({
  required this.scrollDirection,
  required this.controller,
  this.activeIndex,
  this.itemCount,
  this.indicatorLayout,
  this.outer,
  this.pageController,
  this.layout,
  this.loop,
});