bold method

Colorize bold()

Implementation

Colorize bold() {
  return apply(Styles.BOLD);
}