numpadDivide constant

Key const numpadDivide

Implementation

static const Key numpadDivide = Key._(
    keyCode: 111,
    code: 'NumpadDivide',
    key: '/',
    location: KeyLocation.numpad);