lightGoldenrod property

String get lightGoldenrod

set foreground color to X11 color lightGoldenrod rgb(250, 250, 210) (0xFAFAD2)/rgb(250, 250, 210)

Implementation

String get lightGoldenrod => (_cache[142] ??= _chalk.lightGoldenrod)(this);