yellow method

String yellow(
  1. String input
)

Applies the yellow foreground color to input.

Implementation

String yellow(String input) => _yellow(input);