HotKeyModifier enum

Inheritance

Constructors

HotKeyModifier(List<PhysicalKeyboardKey> physicalKeys)
const

Values

alt → const HotKeyModifier
const HotKeyModifier([PhysicalKeyboardKey.altLeft, PhysicalKeyboardKey.altRight])
capsLock → const HotKeyModifier
const HotKeyModifier([PhysicalKeyboardKey.capsLock])
control → const HotKeyModifier
const HotKeyModifier([PhysicalKeyboardKey.controlLeft, PhysicalKeyboardKey.controlRight])
fn → const HotKeyModifier
const HotKeyModifier([PhysicalKeyboardKey.fn])
meta → const HotKeyModifier
const HotKeyModifier([PhysicalKeyboardKey.metaLeft, PhysicalKeyboardKey.metaRight])
shift → const HotKeyModifier
const HotKeyModifier([PhysicalKeyboardKey.shiftLeft, PhysicalKeyboardKey.shiftRight])

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isModifierPressed bool
no setter
physicalKeys List<PhysicalKeyboardKey>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<HotKeyModifier>
A constant List of the values in this enum, in order of their declaration.