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