alt constant
KeyModifiers
const alt
Represents the Alt key modifier.
Implementation
static const KeyModifiers alt = KeyModifiers._(0x02);
Represents the Alt key modifier.
static const KeyModifiers alt = KeyModifiers._(0x02);