darkSlateGrey property

String get darkSlateGrey

set foreground color to X11/CSS color darkSlateGrey darkslategrey (0x2F4F4F)/rgb(47, 79, 79)

Implementation

String get darkSlateGrey => (_cache[74] ??= _chalk.darkSlateGrey)(this);