FlutterAnimatedLogin constructor

const FlutterAnimatedLogin({
  1. Key? key,
  2. LoginCallback? onLogin,
  3. SignupCallback? onSignup,
  4. VerifyCallback? onVerify,
  5. ResendOtpCallback? onResendOtp,
  6. LoginConfig loginConfig = const LoginConfig(),
  7. List<LoginProvider>? providers,
  8. LoginType loginType = LoginType.otp,
  9. VerifyConfig verifyConfig = const VerifyConfig(),
  10. TextSpan? termsAndConditions,
  11. PageConfig config = const PageConfig(),
  12. ResetConfig resetConfig = const ResetConfig(),
  13. SignupConfig signupConfig = const SignupConfig(),
  14. ResetPasswordCallback? onResetPassword,
})

Implementation

const FlutterAnimatedLogin({
  super.key,
  this.onLogin,
  this.onSignup,
  this.onVerify,
  this.onResendOtp,
  this.loginConfig = const LoginConfig(),
  this.providers,
  this.loginType = LoginType.otp,
  this.verifyConfig = const VerifyConfig(),
  this.termsAndConditions,
  this.config = const PageConfig(),
  this.resetConfig = const ResetConfig(),
  this.signupConfig = const SignupConfig(),
  this.onResetPassword,
});