ShopifyEmailForm constructor
const
ShopifyEmailForm({
- Key? key,
- List<
MultipleEmail> multipleEmail = const [], - required ValueChanged<
String> onSubmitEmail, - bool isLoading = false,
- bool isSuccess = false,
- ShopifyEmailScreenConfig? config,
- LoadingConfig? loaderConfig,
- ValueChanged<
String> ? onChanged, - String? initialValue,
Implementation
const ShopifyEmailForm({
super.key,
this.multipleEmail = const [],
required this.onSubmitEmail,
this.isLoading = false,
this.isSuccess = false,
this.config,
this.loaderConfig,
this.onChanged,
this.initialValue,
});