numpadEnter constant

Key const numpadEnter

Implementation

static const Key numpadEnter = Key._(
    keyCode: 13,
    code: 'NumpadEnter',
    key: 'Enter',
    text: '\r',
    location: KeyLocation.numpad);