physicalKeysPressed property
List<PhysicalKeyboardKey>
get
physicalKeysPressed
The list of keys that are currently being pressed on the keyboard (or a keyboard-like device). The keys are listed in the order in which they were pressed, except for the modifier keys which may be listed out-of-order on some systems.
Implementation
List<PhysicalKeyboardKey> get physicalKeysPressed => _physicalKeys;