resetForeground property
String
get
resetForeground
Defaults the terminal's foreground color without altering the background.
Implementation
String get resetForeground => color ? '${ansiEsc}39m' : '';
Defaults the terminal's foreground color without altering the background.
String get resetForeground => color ? '${ansiEsc}39m' : '';