bold static method

String bold(
  1. String text
)

Convenience method for bold text on stdout

Implementation

static String bold(String text) => colorizeForStdout(text, (c) => c.bold());