disableParent method

void disableParent()

Implementation

void disableParent() {
  state.disableParent();
  notifyListeners();
}