SwiperPluginConfig constructor

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

Implementation

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