numpad2 constant

Key const numpad2

Implementation

static const Key numpad2 = Key._(
    keyCode: 40,
    shiftKeyCode: 98,
    key: 'ArrowDown',
    code: 'Numpad2',
    shiftKey: '2',
    location: KeyLocation.numpad);