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
Properties
- cellTextStyle → TextStyle?
-
final
- createUserScreen → CreateUserScreenConfig?
-
final
- emailOtpVerificationScreen → EmailOtpVerificationScreenConfig?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputContainerStyle → BoxDecoration?
-
final
- inputStyle → InputDecoration?
-
final
- otpPlaceholder → String?
-
final
- otpPlaceholderStyle → TextStyle?
-
final
- otpVerificationScreen → OtpVerificationScreenConfig?
-
final
- phoneAuthScreen → PhoneAuthScreenConfig?
-
final
- pincodeCellContainerStyle → BoxDecoration?
-
final
- pincodeCellStyle → BoxDecoration?
-
final
- resendButtonTextStyle → TextStyle?
-
final
- resendTextStyle → TextStyle?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shopifyEmailScreen → ShopifyEmailScreenConfig?
-
final
- submitButtonStyle → BoxDecoration?
-
final
- submitButtonTextStyle → TextStyle?
-
final
- subTitleStyle → TextStyle?
-
final
- titleStyle → TextStyle?
-
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