ShopifyEmailScreenConfig constructor

const ShopifyEmailScreenConfig({
  1. String? title,
  2. String? subTitle,
  3. String? emailPlaceholder,
  4. String? submitButtonText,
  5. BoxDecoration? dropdownContainerStyle,
  6. BoxDecoration? dropdownStyle,
  7. TextStyle? dropdownPlaceholderStyle,
  8. TextStyle? dropdownSelectedTextStyle,
  9. String? dropdownPlaceholder = 'Select your email',
  10. BoxDecoration? inputContainerStyle,
  11. InputDecoration? inputStyle,
  12. ButtonStyle? submitButtonStyle,
  13. TextStyle? submitButtonTextStyle,
  14. TextStyle? titleStyle,
  15. TextStyle? subTitleStyle,
  16. FormFieldValidator<String>? validator,
  17. 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});