underline property

String get underline

underline - Make text underline. (Not as widely supported, supported in VSCode through my PR)

Implementation

String get underline => _chalk.underline(this);