BOLD top-level constant
String
const BOLD
Bold, or increased intensity — SGR 1.
Implementation
const String BOLD = '${CSI}1$SGR';
Bold, or increased intensity — SGR 1.
const String BOLD = '${CSI}1$SGR';