red method

PrintColored red(
  1. String text
)

Implementation

PrintColored red(String text) {
  outputs.add(Output(text, PrintColor.red, isBold: false));
  return this;
}