overline property

String get overline

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

Implementation

String get overline => (_cOverline ??= _chalk.overline)(this);