FormFieldData<T> class

Constructors

FormFieldData({T? initialValue, String? validator(T? value)?, String? error})

Properties

error String?
getter/setter pair
focusNode FocusNode
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validator String? Function(T? value)?
final
value ValueNotifier<T?>
final

Methods

copyWith({T? initialValue, String? error, String? validator(dynamic value)?, T? value}) FormFieldData<T>
Creates a copy of this FormFieldData with the ability to override some properties.
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.
override