resetBackground property

String resetBackground

Defaults the background color

Implementation

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