autovalidate property
final, inherited
If true, this form field will validate and update its error text
immediately after every change. Otherwise, you must call
FormFieldState.validate
to validate. If part of a Form
that
autovalidates, this value will be ignored.
Implementation
final bool autovalidate