numpad3 constant

Key const numpad3

Implementation

static const Key numpad3 = Key._(
    keyCode: 34,
    shiftKeyCode: 99,
    key: 'PageDown',
    code: 'Numpad3',
    shiftKey: '3',
    location: KeyLocation.numpad);