bold static method

String bold(
  1. String text
)

Apply bold formatting

Implementation

static String bold(String text) => '$_bold$text$_reset';