bold method

String bold(
  1. String input
)

Applies the bold style to input.

Implementation

String bold(String input) => _bold(input);