PrintColorStyle constructor
const
PrintColorStyle({})
Implementation
const PrintColorStyle({
this.background,
this.bold = false,
this.foreground = Colors.blue,
this.italic = false,
this.prefix = "",
this.underline = false,
});