ctrl constant
KeyModifiers
const ctrl
Represents the Ctrl key modifier.
Implementation
static const KeyModifiers ctrl = KeyModifiers._(0x04);
Represents the Ctrl key modifier.
static const KeyModifiers ctrl = KeyModifiers._(0x04);