ConsoleStyle constructor

const ConsoleStyle({
  1. ConsoleColor? color,
  2. ConsoleColor? background,
  3. bool bold = false,
})

Implementation

const ConsoleStyle({this.color, this.background, this.bold = false});