tab constant
GameShortcutsShortcut
const tab
Represents the location of the "Tab" key on a generalized keyboard.
Implementation
static const GameShortcutsShortcut tab = GameShortcutsShortcut(
key: PhysicalKeyboardKey.tab,
name: 'tab',
);