ZoScreenShotWrapper constructor

const ZoScreenShotWrapper({
  1. Key? key,
  2. required Widget child,
  3. Widget? backgroundPreviewWidget,
  4. bool? disableScreenShot,
  5. bool? showBackgroundPreview = true,
})

Implementation

const ZoScreenShotWrapper(
    {super.key,
    required this.child,
    this.backgroundPreviewWidget,
    this.disableScreenShot,
    this.showBackgroundPreview = true});