FdcKeyboardShortcut constructor
const
FdcKeyboardShortcut(
- FdcKeyboardKey key, {
- bool control = false,
- bool alt = false,
- bool shift = false,
- bool meta = false,
Creates a FdcKeyboardShortcut.
Implementation
const FdcKeyboardShortcut(
this.key, {
this.control = false,
this.alt = false,
this.shift = false,
this.meta = false,
});