SFAuthView constructor
const
SFAuthView({
- Key? key,
- required AuthFormData additionalData,
- dynamic onLogin()?,
- dynamic onRegister()?,
- dynamic onForgotPassword()?,
- Function? onGoogleConnect,
- Function? onGithubConnect,
Implementation
const SFAuthView({
super.key,
required this.additionalData,
this.onLogin,
this.onRegister,
this.onForgotPassword,
this.onGoogleConnect,
this.onGithubConnect,
});