FormFieldModelBase<T> class
abstract
Constructors
- FormFieldModelBase({required String name, T? initialValue, String? validator(T?)?})
Properties
Methods
-
addToController(
FormController controller) → FieldController< T> -
build(
BuildContext context, FieldController< T> controller) → Widget -
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