red method

String red(
  1. String input
)

Applies the red foreground color to input.

Implementation

String red(String input) => _red(input);