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
- MenuShortcut({LogicalKeyboardKey? key, bool shift = false, bool alt = false, bool ctrl = false})
Properties
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