controlsDisabled property

bool get controlsDisabled

Whether notifications to data-aware controls are currently suspended.

Dataset state, navigation, editing, validation, persistence, and typed lifecycle callbacks continue to run while controls are disabled. Only ChangeNotifier listener delivery is deferred.

Implementation

bool get controlsDisabled => _controlsDisableCount > 0;