autoValidateMode property
final
Validation mode helps use customize the way the input text field is validated for proper input values.
AutovalidateMode.disabled - Never auto validate, equivalent of autoValidate = false
AutovalidateMode.always - Always auto validate, equivalent of autoValidate = true
AutovalidateMode.onUserInteraction - Only auto validate if user interacts with it
Implementation
final AutovalidateMode autoValidateMode;