isAutoValidation property

bool get isAutoValidation

A getter that determine whether automatic validation is enabled or not.

If the returned value is true, validation will be triggered automatically when the user inputs into the text form field. If the returned value is false, validation will be done manually, and the user must activate it explicitly.

Implementation

bool get isAutoValidation => true;