chore: format

This commit is contained in:
edde746
2026-02-08 16:03:40 +01:00
parent a5a72147c7
commit 3459c9f59d
8 changed files with 90 additions and 66 deletions
+1 -3
View File
@@ -137,9 +137,7 @@ class BackKeyPressTracker {
/// fallback in case our tracking drifted out of sync.
static bool get isBackKeyDown {
if (_isBackKeyDown) return true;
return HardwareKeyboard.instance.logicalKeysPressed.any(
(key) => key.isBackKey,
);
return HardwareKeyboard.instance.logicalKeysPressed.any((key) => key.isBackKey);
}
static bool handleKeyEvent(KeyEvent event) {