resetBackground property

String resetBackground

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

Implementation

String get resetBackground => color ? '${ansiEsc}49m' : '';