Style constructor
const
Style({})
Implementation
const Style({
this.fg,
this.bg,
this.bold = false,
this.italic = false,
this.underline = false,
this.dim = false,
this.reverse = false,
this.strikethrough = false,
});