ShopifyEmailScreenConfig class

Constructors

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})
const

Properties

final
final
final
final
final
emailPlaceholder → String?
final
hashCode → int
The hash code for this object.
no setterinherited
inputContainerStyle → BoxDecoration?
final
inputStyle → InputDecoration?
final
inputTextStyle → TextStyle?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
submitButtonStyle → ButtonStyle?
final
submitButtonText → String?
final
submitButtonTextStyle → TextStyle?
final
subTitle → String?
final
subTitleStyle → TextStyle?
final
title → String?
final
titleStyle → TextStyle?
final
validator → FormFieldValidator<String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited