logOff constant

GameShortcutsShortcut const logOff

Represents the location of the "Log Off" key on a generalized keyboard.

Implementation

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