TerminalSession constructor

TerminalSession({
  1. bool hideCursor = false,
  2. bool rawMode = false,
})

Implementation

TerminalSession({
  this.hideCursor = false,
  this.rawMode = false,
});