setDisabled method

void setDisabled(
  1. bool value
)
inherited

Sets the disabled state of the menu.

Implementation

void setDisabled (bool value) => _disabled = value;