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