ProtectedWidget constructor
const
ProtectedWidget({})
Creates a protected wrapper around child.
Implementation
const ProtectedWidget({
super.key,
required this.child,
this.enabled = true,
this.blurOnRecording = true,
this.blurOnScreenshotFor = const Duration(milliseconds: 1200),
this.blurSigma = 8,
this.placeholder,
});