numpad7 constant

Key const numpad7

Implementation

static const Key numpad7 = Key._(
    keyCode: 36,
    shiftKeyCode: 103,
    key: 'Home',
    code: 'Numpad7',
    shiftKey: '7',
    location: KeyLocation.numpad);