ImageGalleryViewer constructor
const
ImageGalleryViewer({})
Implementation
const ImageGalleryViewer({
required this.files,
super.key,
this.initialIndex = 0,
this.backgroundColor = Colors.black,
this.minScale = 0.8,
this.maxScale = 4.0,
});