ShopifyEmailScreenConfig constructor
const
ShopifyEmailScreenConfig({
- String? title,
- String? subTitle,
- String? emailPlaceholder,
- String? submitButtonText,
- BoxDecoration? dropdownContainerStyle,
- BoxDecoration? dropdownStyle,
- TextStyle? dropdownPlaceholderStyle,
- TextStyle? dropdownSelectedTextStyle,
- String? dropdownPlaceholder = 'Select your email',
- BoxDecoration? inputContainerStyle,
- InputDecoration? inputStyle,
- ButtonStyle? submitButtonStyle,
- TextStyle? submitButtonTextStyle,
- TextStyle? titleStyle,
- TextStyle? subTitleStyle,
- FormFieldValidator<
String> ? validator, - TextStyle? inputTextStyle,
Implementation
const ShopifyEmailScreenConfig(
{this.title,
this.subTitle,
this.emailPlaceholder,
this.submitButtonText,
this.dropdownContainerStyle,
this.dropdownStyle,
this.dropdownPlaceholderStyle,
this.dropdownSelectedTextStyle,
this.dropdownPlaceholder = 'Select your email',
this.inputContainerStyle,
this.inputStyle,
this.submitButtonStyle,
this.submitButtonTextStyle,
this.titleStyle,
this.subTitleStyle,
this.validator,
this.inputTextStyle});