toggleShift method

void toggleShift()

Implementation

void toggleShift() {
  shift = !shift;
  notifyListeners();
}