superKey constant
KeyModifiers
const superKey
Represents the Super (Windows/Command) key modifier.
Implementation
static const KeyModifiers superKey = KeyModifiers._(0x08);
Represents the Super (Windows/Command) key modifier.
static const KeyModifiers superKey = KeyModifiers._(0x08);