ansiResetForeground top-level constant Null safety
Ansi codes that default the terminal's foreground color without altering the background, when printed.
Does not modify AnsiPen!
Implementation
const ansiResetForeground = '${ansiEscape}39m';
Ansi codes that default the terminal's foreground color without altering the background, when printed.
Does not modify AnsiPen!
const ansiResetForeground = '${ansiEscape}39m';