RenderConfig constructor
const
RenderConfig({
- int terminalWidth = 80,
- ColorProfile colorProfile = ColorProfile.trueColor,
- bool hasDarkBackground = true,
Implementation
const RenderConfig({
this.terminalWidth = 80,
this.colorProfile = ColorProfile.trueColor,
this.hasDarkBackground = true,
});