toggleShift method
void
toggleShift()
Implementation
void toggleShift() {
_isShiftPressed = !_isShiftPressed;
_isCapsOn = false;
notifyListeners();
}
void toggleShift() {
_isShiftPressed = !_isShiftPressed;
_isCapsOn = false;
notifyListeners();
}