onLightGrey property

String get onLightGrey

set background color to X11/CSS color lightGrey lightgrey (0xD3D3D3)/rgb(211, 211, 211)

Implementation

String get onLightGrey => (_cache[149] ??= _chalk.onLightGrey)(this);