CuReSignUpScreen constructor
const
CuReSignUpScreen({
- Key? key,
- String? title,
- String? description,
- Widget? content,
- Widget? logo,
- List<
CuReAuthType> ? thirdPartAuthTypes, - dynamic onThirdPartSignUp()?,
- required Function onSignUp,
- required Function onSignIn,
- String? termsOfServiceUrl,
- String? privacyPolicyUrl,
- bool? signUpEnabled,
- bool? isCreating,
- bool? emailNotConfirmed,
- Function? onEmailVerificationResend,
- Function? onSignInAgain,
- Image? background,
Implementation
const CuReSignUpScreen({
super.key,
this.title,
this.description,
this.content,
this.logo,
this.thirdPartAuthTypes,
this.onThirdPartSignUp,
required this.onSignUp,
required this.onSignIn,
this.termsOfServiceUrl,
this.privacyPolicyUrl,
this.signUpEnabled,
this.isCreating,
this.emailNotConfirmed,
this.onEmailVerificationResend,
this.onSignInAgain,
this.background,
});