SSHPtyConfig constructor

const SSHPtyConfig({
  1. String type = 'xterm-256color',
  2. int width = 80,
  3. int height = 24,
  4. int pixelWidth = 0,
  5. int pixelHeight = 0,
})

Implementation

const SSHPtyConfig({
  this.type = 'xterm-256color',
  this.width = 80,
  this.height = 24,
  this.pixelWidth = 0,
  this.pixelHeight = 0,
});