physicalKeysPressed property
Returns the set of physical keys currently pressed.
Implementation
Set<PhysicalKeyboardKey> get physicalKeysPressed => _keysPressed.keys.toSet();
Returns the set of physical keys currently pressed.
Set<PhysicalKeyboardKey> get physicalKeysPressed => _keysPressed.keys.toSet();