numpadAdd constant

Key const numpadAdd

Implementation

static const Key numpadAdd = Key._(
  keyCode: 107,
  code: 'NumpadAdd',
  key: '+',
  location: KeyLocation.numpad,
);