numpad4 constant

Key const numpad4

Implementation

static const Key numpad4 = Key._(
    keyCode: 37,
    shiftKeyCode: 100,
    key: 'ArrowLeft',
    code: 'Numpad4',
    shiftKey: '4',
    location: KeyLocation.numpad);