MenuShortcut class

Setup a keyboard shortcut for MenuItems, notice that shift should only be used in combination with other system keys and take care that the browser takes presidence over the app for keyboard shortcuts so choose with care

Constructors

Properties

alt bool
final
ctrl bool
final
hashCode int
The hash code for this object.
no setterinherited
key LogicalKeyboardKey?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shift bool
final

Methods

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

Operators

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