warningColor constant
String
const warningColor
ANSI escape code for red bold text (used for warnings/errors)
Implementation
static const String warningColor = '\x1B[31;1m';
ANSI escape code for red bold text (used for warnings/errors)
static const String warningColor = '\x1B[31;1m';