dimGrey property
String
get
dimGrey
set foreground color to X11/CSS color dimGrey (0x696969)/rgb(105, 105, 105)
Implementation
String get dimGrey => (_cache[86] ??= _chalk.dimGrey)(this);
set foreground color to X11/CSS color dimGrey (0x696969)/rgb(105, 105, 105)
String get dimGrey => (_cache[86] ??= _chalk.dimGrey)(this);