period constant

GameShortcutsShortcut const period

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

Implementation

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