underlined property

String get underlined

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

Implementation

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