FormState class
Constructors
Properties
Methods
-
build(
BuildContext context) → Widget -
override
-
didUpdateWidget(
Form oldWidget) → void -
inherited
-
dispose(
) → void -
inherited
-
initState(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
FormFieldState field) → void -
reset(
) → void -
save(
) → void -
setState(
void fn()) → void -
inherited
-
submit(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unregister(
FormFieldState field) → void -
validate(
) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited