bold constant
Modifier
const bold
Bold / bright text. ANSI \x1b[1m.
Implementation
static const bold = Modifier._(1 << 0);
Bold / bright text. ANSI \x1b[1m.
static const bold = Modifier._(1 << 0);