bold constant

Modifier const bold

Bold / bright text. ANSI \x1b[1m.

Implementation

static const bold = Modifier._(1 << 0);