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