VtFormatterScreenExtra constructor

const VtFormatterScreenExtra({
  1. bool cursor = false,
  2. bool style = false,
  3. bool hyperlink = false,
  4. bool protection = false,
  5. bool kittyKeyboard = false,
  6. bool charsets = false,
})

Implementation

const VtFormatterScreenExtra({
  this.cursor = false,
  this.style = false,
  this.hyperlink = false,
  this.protection = false,
  this.kittyKeyboard = false,
  this.charsets = false,
});