GhosttyTerminalModifierState constructor

const GhosttyTerminalModifierState({
  1. bool shiftPressed = false,
  2. bool controlPressed = false,
  3. bool altPressed = false,
  4. bool metaPressed = false,
})

Implementation

const GhosttyTerminalModifierState({
  this.shiftPressed = false,
  this.controlPressed = false,
  this.altPressed = false,
  this.metaPressed = false,
});