resetForeground property

String resetForeground

Defaults the terminal's foreground color without altering the background.

Implementation

String get resetForeground => color ? '${ansiEsc}39m' : '';