resetBackground property
String
get
resetBackground
Defaults the terminal's background color without altering the foreground.
Implementation
String get resetBackground => color ? '${ansiEsc}49m' : '';
Defaults the terminal's background color without altering the foreground.
String get resetBackground => color ? '${ansiEsc}49m' : '';