VPicSwiper constructor
const
VPicSwiper({
- Key? key,
- VideoBuilder? videoBuilder,
- V2UploadIndicator? indicatorWrap,
- bool noDetail = true,
- int? index,
- List<
ImageBean> ? pics, - bool isOnlyPreview = false,
- 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);