physicalKeysPressed property

Set<PhysicalKeyboardKey> physicalKeysPressed

Returns the set of physical keys currently pressed.

Implementation

Set<PhysicalKeyboardKey> get physicalKeysPressed => _keysPressed.keys.toSet();