CustomAppLock constructor
CustomAppLock({})
Implementation
CustomAppLock({
required this.child,
this.customAuthButton,
this.errorTitle = "App Lock",
this.lockedOutMessage =
"Too many attemps has been made please try again after some time.",
this.errorMessage = "Some error has occurred",
super.key,
});