find constant

Represents the location of the "Find" key on a generalized keyboard.

Implementation

static const GameShortcutsShortcut find = GameShortcutsShortcut(
  key: PhysicalKeyboardKey.find,
  name: 'find',
);