numpad8 constant

Key const numpad8

Implementation

static const Key numpad8 = Key._(
    keyCode: 38,
    shiftKeyCode: 104,
    key: 'ArrowUp',
    code: 'Numpad8',
    shiftKey: '8',
    location: KeyLocation.numpad);