up property

String up

Resets all pen attributes in the terminal.

Implementation

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