bold top-level constant
Bold or increased intensity.
Same as increasedIntensity.
Compatibility:
- -vscode
- +mac Terminal
- +mac iTerm2
- +as
See also faint, dim, notBoldNotFaint, notBoldNotDim.
Implementation
const String bold = '${csi}1$sgr';
Bold or increased intensity.
Same as increasedIntensity.
Compatibility:
See also faint, dim, notBoldNotFaint, notBoldNotDim.
const String bold = '${csi}1$sgr';