widgetDisable method

void widgetDisable()

Implementation

void widgetDisable() {
  _isWidgetDisabled = !_isWidgetDisabled;
  onWidgetDisable();
}