onLightGray property
String
get
onLightGray
set background color to X11/CSS color lightGray (0xD3D3D3)/rgb(211, 211, 211)
Implementation
String get onLightGray => (_cache[145] ??= _chalk.onLightGray)(this);