bold function

String bold(
  1. String text
)

Implementation

String bold(String text) => '\x1b[1m$text\x1b[0m';