bold constant
String
const bold
ANSI escape code for bold text style
Implementation
static const String bold = '\x1B[1m';
ANSI escape code for bold text style
static const String bold = '\x1B[1m';