enabled property

bool enabled
final

Whether the form is able to receive user input.

Defaults to true.

When false all the form fields will be disabled - won't accept input - and their enabled state will be ignored.

Implementation

final bool enabled;