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