onDimGrey property

String get onDimGrey

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

Implementation

String get onDimGrey => (_cache[87] ??= _chalk.onDimGrey)(this);