autovalidate property

bool autovalidate
final

If true, form fields will validate and update their error text immediately after every change. Otherwise, you must call FormState.validate to validate.

Implementation

final bool autovalidate