BLACK constant
AnsiColor
const BLACK
Foreground: Standard black (ANSI code 0).
Implementation
static const AnsiColor BLACK = AnsiColor.fg(0);
Foreground: Standard black (ANSI code 0).
static const AnsiColor BLACK = AnsiColor.fg(0);