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