shift constant
KeyModifiers
const shift
Represents the Shift key modifier.
Implementation
static const KeyModifiers shift = KeyModifiers._(0x01);
Represents the Shift key modifier.
static const KeyModifiers shift = KeyModifiers._(0x01);