toggleShift method

void toggleShift()

Implementation

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