controlsDisableCount property

int get controlsDisableCount

Number of unmatched disableControls calls.

Controls are enabled only after the same number of enableControls calls.

Implementation

int get controlsDisableCount => _controlsDisableCount;