FdcKeyboardShortcut constructor

const FdcKeyboardShortcut(
  1. FdcKeyboardKey key, {
  2. bool control = false,
  3. bool alt = false,
  4. bool shift = false,
  5. bool meta = false,
})

Creates a FdcKeyboardShortcut.

Implementation

const FdcKeyboardShortcut(
  this.key, {
  this.control = false,
  this.alt = false,
  this.shift = false,
  this.meta = false,
});