numpad9 constant

Key const numpad9

Implementation

static const Key numpad9 = Key._(
    keyCode: 33,
    shiftKeyCode: 105,
    key: 'PageUp',
    code: 'Numpad9',
    shiftKey: '9',
    location: KeyLocation.numpad);