ZoomDialog constructor
const
ZoomDialog({})
Implementation
const ZoomDialog({
super.key,
this.backgroundColor,
required this.child,
this.initZoomScale = 0,
this.zoomScale = 3,
super.blur,
super.onDismiss,
});