brightYellow property

String get brightYellow

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

Implementation

String get brightYellow => (_cBrightYellow ??= _chalk.brightYellow)(this);