isShiftAlt method

bool isShiftAlt(
  1. LogicalKeyboardKey key
)

Implementation

bool isShiftAlt(LogicalKeyboardKey key) => isShiftPressed && isAltPressed && key == logicalKey;