AuthScreen constructor
AuthScreen({})
Implementation
AuthScreen(
{required this.errorTitle,
required this.lockedOutMessage,
required this.errorMessage,
this.customAuthButton,
required this.pref,
super.key});