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 => (_cUnderlined ??= _chalk.underlined)(this);