resetBackground property

String get resetBackground

ANSI escape sequence to reset the background color to default.

Does not affect the foreground.

Implementation

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