SecureGate constructor
const
SecureGate({
- Key? key,
- required Widget child,
- double blurr = 20,
- double opacity = 0.6,
- Widget lockedBuilder(
- BuildContext context,
- SecureApplicationController? secureApplicationController
Implementation
const SecureGate({
Key? key,
required this.child,
this.blurr = 20,
this.opacity = 0.6,
this.lockedBuilder,
}) : super(key: key);