ImageViewer constructor
const
ImageViewer({})
Creates an ImageViewer widget.
Implementation
const ImageViewer({
super.key,
required this.imageFile,
this.heroTag,
this.backgroundColor = Colors.black87,
this.closeButtonColor = Colors.black54,
this.closeIconColor = Colors.white,
this.minScale = 0.5,
this.maxScale = 4.0,
this.onClose,
});