ConsoleStyle constructor
const
ConsoleStyle({
- ConsoleColor? color,
- ConsoleColor? background,
- bool bold = false,
Implementation
const ConsoleStyle({this.color, this.background, this.bold = false});