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