WHITE constant
AnsiColor
const WHITE
Foreground: Bright white (ANSI code 15).
Implementation
static const AnsiColor WHITE = AnsiColor.fg(15);
Foreground: Bright white (ANSI code 15).
static const AnsiColor WHITE = AnsiColor.fg(15);