numpadDecimal constant

Key const numpadDecimal

Implementation

static const Key numpadDecimal = Key._(
    keyCode: 46,
    shiftKeyCode: 110,
    code: 'NumpadDecimal',
    key: '\u0000',
    shiftKey: '.',
    location: KeyLocation.numpad);