numpad5 constant

Key const numpad5

Implementation

static const Key numpad5 = Key._(
    keyCode: 12,
    shiftKeyCode: 101,
    key: 'Clear',
    code: 'Numpad5',
    shiftKey: '5',
    location: KeyLocation.numpad);