dimGrey property

String get dimGrey

set foreground color to X11/CSS color dimGrey dimgrey (0x696969)/rgb(105, 105, 105)

Implementation

String get dimGrey => (_cache[86] ??= _chalk.dimGrey)(this);