toggleCtrl method

void toggleCtrl()

Implementation

void toggleCtrl() {
  ctrl = !ctrl;
  notifyListeners();
}