resetColorAttributes method
void
resetColorAttributes()
inherited
Resets all color attributes and text styles to the default terminal setting.
Implementation
void resetColorAttributes() => stdout.write(ansiResetColor);