background property

ConsoleColor? background
final

The background color to apply behind the text.

Use Ansi16 for basic 16-color support, Ansi256 for 256 colors, or RgbColor for truecolor (24-bit) support.

Implementation

final ConsoleColor? background;