bold property

String get bold

bold - Make text bold.

Implementation

String get bold => (_cBold ??= _chalk.bold)(this);