bold static method

String bold(
  1. String value
)

Implementation

static String bold(String value) => _wrap('1', value);