onBrightYellow property

String get onBrightYellow

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

Implementation

String get onBrightYellow => (_cOnBrightYellow ??= _chalk.onBrightYellow)(this);