ModernFormTextFieldsListenerViewModel class

Constructors

ModernFormTextFieldsListenerViewModel({RxBool? validateEnabled})

Properties

controllers List<TextEditingController>
getter/setter pair
focus List<FocusNode>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validateEnabled → RxBool?
final
values List<ModernFormTextFieldListenner>
getter/setter pair

Methods

addListener(ModernFormTextFieldListenner value, int index) → void
dispose() → void
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restarting() → void
setFocus() → void
setValue(ModernFormTextFieldListenner value) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

defaultValidator(dynamic value, String? fieldName) String?