numpadMultiply constant

Key const numpadMultiply

Implementation

static const Key numpadMultiply = Key._(
    keyCode: 106,
    code: 'NumpadMultiply',
    key: '*',
    location: KeyLocation.numpad);