white method

PrintColored white(
  1. String text
)

Implementation

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