PrintfStyle constructor
const
PrintfStyle({})
Implementation
const PrintfStyle({
this.foreground,
this.background,
this.italic = false,
this.bold = false,
this.underline = false,
this.invert = false,
this.strike = false,
this.doubleUnderline = false,
this.framed = false,
});