semicolon constant

Key const semicolon

Implementation

static const Key semicolon = Key._(
  keyCode: 186,
  code: 'Semicolon',
  shiftKey: ':',
  key: ';',
);