TextInputConfig class

Constructors

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

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