font10 property

String get font10

Alternative font 10. (Not as widely supported, supported in VSCode through my PR)

Implementation

String get font10 => (_cFont10 ??= _chalk.font10)(this);