onGold property

String get onGold

set background color to X11/CSS color gold gold (0xFFD700)/rgb(255, 215, 0)

Implementation

String get onGold => (_cache[103] ??= _chalk.onGold)(this);