underlined property
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);
underlined (alternate name for underline) - Make text underline. (Not as widely supported, supported in VSCode through my PR)
String get underlined => _chalk.underlined(this);