normal method

TextPen normal()

Implementation

TextPen normal() {
  buffer.write(Console.ANSI_ESCAPE + '0m');
  return this;
}