DDSSignInVariantMobile3 constructor
const
DDSSignInVariantMobile3({
- required String businessName,
- String heading = "Welcome back to ",
- String phoneErrorMessage = '',
- String phonePlaceholderText = 'Eg: 09739278375',
- VoidCallback? onSubmit,
- dynamic onPhoneNumberChanged()?,
- String submitButtonName = 'Sign in',
- String signUpLink = '',
- Widget? userHeader,
- String? backgroundImage,
- required AlignmentGeometry logoAlignment,
- required LogoType logoType,
- required String logoLink,
- required bool isLargeCircle,
- Color loadingPlaceholderColor = Colors.grey,
- bool showGoogleButton = true,
- bool showAppleButton = true,
- bool showEmailButton = true,
- VoidCallback? onGoogleSignIn,
- VoidCallback? onAppleSignIn,
- VoidCallback? onEmailSignIn,
Implementation
const DDSSignInVariantMobile3({
required this.businessName,
this.heading = "Welcome back to ",
this.phoneErrorMessage = '',
this.phonePlaceholderText = 'Eg: 09739278375',
this.onSubmit,
this.onPhoneNumberChanged,
this.submitButtonName = 'Sign in',
this.signUpLink = '',
this.userHeader,
this.backgroundImage,
required this.logoAlignment,
required this.logoType,
required this.logoLink,
required this.isLargeCircle,
this.loadingPlaceholderColor = Colors.grey,
this.showGoogleButton = true,
this.showAppleButton = true,
this.showEmailButton = true,
this.onGoogleSignIn,
this.onAppleSignIn,
this.onEmailSignIn,
});