bgWhite property

AnsiPen get bgWhite

Sets background color to white.

Implementation

AnsiPen get bgWhite {
  styleStack.add(QuectoColors.bgWhite);
  return this;
}