StdExporter constructor

StdExporter({
  1. bool useColor = true,
  2. bool compact = false,
  3. int width = 120,
})

Implementation

StdExporter({
  this.useColor = true,
  this.compact = false,
  this.width = 120,
});