launchSpreadsheet constant

GameShortcutsShortcut const launchSpreadsheet

Represents the location of the "Launch Spreadsheet" key on a generalizedkeyboard.

Implementation

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