AuthScreen constructor
const
AuthScreen({})
Implementation
const AuthScreen({
super.key,
required this.isWeb,
this.appName = '',
this.onResetPassword,
this.onCreateUser,
this.onSignInWithEmail,
this.onSignInWithGoogle,
this.colorPrimary,
this.backgroundColor,
});