VtFormatterTerminalExtra constructor

const VtFormatterTerminalExtra({
  1. bool palette = false,
  2. bool modes = false,
  3. bool scrollingRegion = false,
  4. bool tabstops = false,
  5. bool pwd = false,
  6. bool keyboard = false,
  7. VtFormatterScreenExtra screen = const VtFormatterScreenExtra(),
})

Implementation

const VtFormatterTerminalExtra({
  this.palette = false,
  this.modes = false,
  this.scrollingRegion = false,
  this.tabstops = false,
  this.pwd = false,
  this.keyboard = false,
  this.screen = const VtFormatterScreenExtra(),
});