bgBlue property

AnsiPen get bgBlue

Sets background color to blue.

Implementation

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