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