foreground property

ConsoleColor? foreground
final

The foreground (text) color to apply.

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

Implementation

final ConsoleColor? foreground;