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