SingleKeyShortcutDescriptor<T extends Action<Intent>> class

Constructors

SingleKeyShortcutDescriptor({LogicalKeySet? keySet, LogicalKeyboardKey? logicalKeyboardKey, required T action, bool control = false, bool shift = false, bool alt = false, bool meta = false})

Properties

action → T
final
alt bool
final
control bool
final
hashCode int
The hash code for this object.
no setterinherited
keySet LogicalKeySet?
final
meta bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shift bool
final

Methods

getintent(LogicalKeyboardKey keyboardKey) SingleKeyPressedIntent<T>
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