TerminalStyle constructor
const
TerminalStyle({})
Implementation
const TerminalStyle({
this.fontFamily = defaultFontFamily,
this.fontSize = 14,
this.fontWidthScaleFactor = 1.0,
this.fontHeightScaleFactor = 1.1,
this.textStyleProvider,
this.ignoreBoldFlag = false,
});