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