brightWhite property

String get brightWhite

Set foreground base 16 xterm colors bright white (terminal dependent) linen

Implementation

String get brightWhite => (_cBrightWhite ??= _chalk.brightWhite)(this);