TextInputConfig constructor

const TextInputConfig({
  1. PhoneAuthScreenConfig? phoneAuthScreen,
  2. OtpVerificationScreenConfig? otpVerificationScreen,
  3. EmailOtpVerificationScreenConfig? emailOtpVerificationScreen,
  4. ShopifyEmailScreenConfig? shopifyEmailScreen,
  5. CreateUserScreenConfig? createUserScreen,
  6. BoxDecoration? submitButtonStyle,
  7. TextStyle? submitButtonTextStyle,
  8. BoxDecoration? inputContainerStyle,
  9. InputDecoration? inputStyle,
  10. TextStyle? titleStyle,
  11. TextStyle? subTitleStyle,
  12. String? otpPlaceholder,
  13. TextStyle? otpPlaceholderStyle,
  14. TextStyle? cellTextStyle,
  15. BoxDecoration? pincodeCellStyle,
  16. BoxDecoration? pincodeCellContainerStyle,
  17. TextStyle? resendTextStyle,
  18. 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,
});