ReadyFormKey class

Form key to allow accessing validate onSubmit invalidFields methods

Implemented types

Constructors

ReadyFormKey({String? debugLabel})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitState FormSubmitState
no setteroverride

Methods

invalidFields() List<FormFieldState>
get invalid fields in the current form
override
makeFieldVisible(FormFieldState field) Future
scroll to the field
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSubmit() Future<bool>
manually submit form
override
toString() String
A string representation of this object.
inherited
validate() bool
manually validate form
override

Operators

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