bgBlue property
AnsiPen
get
bgBlue
Sets background color to blue.
Implementation
AnsiPen get bgBlue {
styleStack.add(QuectoColors.bgBlue);
return this;
}
Sets background color to blue.
AnsiPen get bgBlue {
styleStack.add(QuectoColors.bgBlue);
return this;
}