red method

void red(
  1. String text
)

Implementation

void red(final String text) => colorize(Color.RED, text);