ImagePreview constructor
ImagePreview({})
Implementation
ImagePreview(
{Key? key,
required this.images,
this.startPosition: 0,
this.showIndex: true,
this.showIndicators: false,
this.swipeDuration,
this.closeable: false,
this.closeIcon,
this.closeIconPosition: 'top-right',
this.onChange,
this.onClose});