spellCheck constant

GameShortcutsShortcut const spellCheck

Represents the location of the "Spell Check" key on a generalizedkeyboard.

Implementation

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