bold method

String bold(
  1. String text
)

Applies bold styling to text.

Implementation

String bold(String text) => '${theme.bold}$text${theme.reset}';