TextInputConfig constructor
const
TextInputConfig({
- PhoneAuthScreenConfig? phoneAuthScreen,
- OtpVerificationScreenConfig? otpVerificationScreen,
- EmailOtpVerificationScreenConfig? emailOtpVerificationScreen,
- ShopifyEmailScreenConfig? shopifyEmailScreen,
- CreateUserScreenConfig? createUserScreen,
- BoxDecoration? submitButtonStyle,
- TextStyle? submitButtonTextStyle,
- BoxDecoration? inputContainerStyle,
- InputDecoration? inputStyle,
- TextStyle? titleStyle,
- TextStyle? subTitleStyle,
- String? otpPlaceholder,
- TextStyle? otpPlaceholderStyle,
- TextStyle? cellTextStyle,
- BoxDecoration? pincodeCellStyle,
- BoxDecoration? pincodeCellContainerStyle,
- TextStyle? resendTextStyle,
- TextStyle? resendButtonTextStyle,
Implementation
const TextInputConfig({
this.phoneAuthScreen,
this.otpVerificationScreen,
this.emailOtpVerificationScreen,
this.shopifyEmailScreen,
this.createUserScreen,
this.submitButtonStyle,
this.submitButtonTextStyle,
this.inputContainerStyle,
this.inputStyle,
this.titleStyle,
this.subTitleStyle,
this.otpPlaceholder,
this.otpPlaceholderStyle,
this.cellTextStyle,
this.pincodeCellStyle,
this.pincodeCellContainerStyle,
this.resendTextStyle,
this.resendButtonTextStyle,
});