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