period constant

InputKey const period

Implementation

static const InputKey period = KeyboardKey._(
  80,
  'period',
  PhysicalKeyboardKey.period,
);