allControlsDisabled method Null safety
Returns true if all children disabled, otherwise returns false.
Implementation
@protected
bool allControlsDisabled() => disabled;
Returns true if all children disabled, otherwise returns false.
@protected
bool allControlsDisabled() => disabled;