numpad6 constant

Key const numpad6

Implementation

static const Key numpad6 = Key._(
    keyCode: 39,
    shiftKeyCode: 102,
    key: 'ArrowRight',
    code: 'Numpad6',
    shiftKey: '6',
    location: KeyLocation.numpad);