underline property
String
get
underline
underline - Make text underline. (Not as widely supported, supported in VSCode through my PR)
Implementation
String get underline => (_cUnderline ??= _chalk.underline)(this);