keyPad constant
KeyModifiers
const keyPad
Represents the that the key event originated from the keypad.
Implementation
static const KeyModifiers keyPad = KeyModifiers._(0x40);
Represents the that the key event originated from the keypad.
static const KeyModifiers keyPad = KeyModifiers._(0x40);