enabled property

bool get enabled

Whether the form is able to receive user input.

Defaults to true. If autovalidateMode is not AutovalidateMode.disabled, the form field will be auto validated. Likewise, if this field is false, the widget will not be validated regardless of autovalidateMode.

Implementation

bool get enabled;