AnsiStyle constructor
const
AnsiStyle({})
Implementation
const AnsiStyle({
this.foreground,
this.background,
this.bold = false,
this.italic = false,
this.underline = false,
this.strikethrough = false,
this.dim = false,
this.inverse = false,
});