ModernFormTextFieldListenner class

Available Extensions

Constructors

ModernFormTextFieldListenner({required String? label, required dynamic value, ModernFormTextFieldListennerType? type, void onChange(dynamic)?, void onFieldSubmitted()?, bool? enabled, String? leftSymbol, String? rightSymbol, String? decimalSeparator, int? precision, String? validator(dynamic)?, Icon? prefixIcon, Widget? suffix, TextInputType? keyboardType, TextInputAction? textInputAction, TextCapitalization? textCapitalization, InputDecoration decoration(InputDecoration)?, EdgeInsetsGeometry? padding, String? helperText, TextStyle? helperStyle, String? mask, String? labelTextHelper})

Properties

decimalSeparator String?
getter/setter pair
decoration ↔ (InputDecoration Function(InputDecoration)?)
getter/setter pair
enabled bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
helperStyle TextStyle?
getter/setter pair
helperText String?
getter/setter pair
keyboardType TextInputType?
getter/setter pair
label String?
getter/setter pair
labelTextHelper String?
getter/setter pair
leftSymbol String?
getter/setter pair
mask String?
getter/setter pair
onChange ↔ (void Function(dynamic)?)
getter/setter pair
onFieldSubmitted ↔ (void Function()?)
getter/setter pair
padding EdgeInsetsGeometry?
getter/setter pair
precision int?
getter/setter pair
prefixIcon Icon?
getter/setter pair
rightSymbol String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix Widget?
getter/setter pair
textCapitalization TextCapitalization?
getter/setter pair
textInputAction TextInputAction?
getter/setter pair
type ModernFormTextFieldListennerType?
getter/setter pair
validator → (String? Function(dynamic)?)
final
value ↔ dynamic
getter/setter pair

Methods

copyWith({String? label, dynamic value, ModernFormTextFieldListennerType? type, void onChange(dynamic)?, void onFieldSubmitted()?, String? validator(dynamic)?, bool? enabled, String? leftSymbol, String? rightSymbol, String? decimalSeparator, int? precision, Icon? prefixIcon, Widget? suffix, TextInputType? keyboardType, TextInputAction? textInputAction, TextCapitalization? textCapitalization, InputDecoration decoration(InputDecoration)?, EdgeInsetsGeometry? padding, String? helperText, TextStyle? helperStyle, String? mask, String? labelTextHelper}) ModernFormTextFieldListenner
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