up property

String get up

Resets all pen attributes in the terminal.

Implementation

String get up => ansiColorDisabled ? '' : ansiDefault;