white constant
String
const white
ANSI escape code for white foreground text
Implementation
static const String white = '\x1B[37m';
ANSI escape code for white foreground text
static const String white = '\x1B[37m';