MySwiperPlugin constructor

const MySwiperPlugin(
  1. List<ImageBean>? pics,
  2. int? initIndex,
  3. StreamController<int> reBuild,
  4. V2UploadIndicator? indicatorWrap,
)

Implementation

const MySwiperPlugin(this.pics, this.initIndex, this.reBuild, this.indicatorWrap);