resetShift method
void
resetShift()
Implementation
void resetShift() {
if (_isShiftPressed) {
_isShiftPressed = false;
notifyListeners();
}
}
void resetShift() {
if (_isShiftPressed) {
_isShiftPressed = false;
notifyListeners();
}
}