ForbidshotWidget constructor
const
ForbidshotWidget({
- Key? key,
- required Widget child,
- Widget? captureWidget,
- VoidCallback? onScreenShot,
- ValueChanged<
bool> ? onCapture,
Implementation
const ForbidshotWidget(
{Key? key,
required this.child,
this.captureWidget,
this.onScreenShot,
this.onCapture})
: super(key: key);