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