disabled property

bool get disabled

Whether the control is disabled.

Disabled controls should not accept user input and typically do not display validation errors.

Implementation

bool get disabled => formControl.disabled;