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