font7 property
String
get
font7
Alternative font 7. (Not as widely supported, supported in VSCode through my PR)
Implementation
String get font7 => (_cFont7 ??= _chalk.font7)(this);
Alternative font 7. (Not as widely supported, supported in VSCode through my PR)
String get font7 => (_cFont7 ??= _chalk.font7)(this);