resetForeground property

String resetForeground

Defaults the foreground color

Implementation

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