autovalidateMode property Null safety
final
Determines how frequent the password TextFormField should be validated. Defaults to AutovalidateMode.onUserInteraction
Implementation
final AutovalidateMode autovalidateMode;
Determines how frequent the password TextFormField should be validated. Defaults to AutovalidateMode.onUserInteraction
final AutovalidateMode autovalidateMode;