VPicSwiper constructor

const VPicSwiper({
  1. Key? key,
  2. VideoBuilder? videoBuilder,
  3. V2UploadIndicator? indicatorWrap,
  4. bool noDetail = true,
  5. int? index,
  6. List<ImageBean>? pics,
  7. bool isOnlyPreview = false,
  8. double defaultOpacity = 1,
})

Implementation

const VPicSwiper({Key? key, this.videoBuilder, this.indicatorWrap, this.noDetail = true, this.index, this.pics, this.isOnlyPreview = false, this.defaultOpacity = 1}) : super(key: key);