numpad0 constant

Key const numpad0

Implementation

static const Key numpad0 = Key._(
    keyCode: 45,
    shiftKeyCode: 96,
    key: 'Insert',
    code: 'Numpad0',
    shiftKey: '0',
    location: KeyLocation.numpad);