TerminalState constructor
const
TerminalState({})
Implementation
const TerminalState({
required this.rawModeEnabled,
required this.altScreenEnabled,
required this.cursorHidden,
required this.mouseEnabled,
required this.bracketedPasteEnabled,
});