setEnabled method

void setEnabled(
  1. bool value
)

Implementation

void setEnabled(bool value) {
  enabled = value;
  _notify;
}