RenderConfig constructor

const RenderConfig({
  1. int terminalWidth = 80,
  2. ColorProfile colorProfile = ColorProfile.trueColor,
  3. bool hasDarkBackground = true,
})

Implementation

const RenderConfig({
  this.terminalWidth = 80,
  this.colorProfile = ColorProfile.trueColor,
  this.hasDarkBackground = true,
});