resetForeground property
String
get
resetForeground
ANSI escape sequence to reset the foreground color to default.
Does not affect the background.
Implementation
String get resetForeground => color ? '${ansiEsc}39m' : '';