WidgetZoom constructor
const
WidgetZoom({})
Implementation
const WidgetZoom({
Key? key,
this.minScaleEmbeddedView = 1,
this.maxScaleEmbeddedView = 4,
this.minScaleFullscreen = 1,
this.maxScaleFullscreen = 4,
this.fullScreenDoubleTapZoomScale,
this.closeFullScreenImageOnDispose = false,
required this.heroAnimationTag,
required this.zoomWidget,
}) : super(key: key);