onDimGray property

String get onDimGray

set background color to X11/CSS color dimGray dimgray (0x696969)/rgb(105, 105, 105)

Implementation

String get onDimGray => (_cache[85] ??= _chalk.onDimGray)(this);