onDarkSlateGrey property
String
get
onDarkSlateGrey
set background color to X11/CSS color darkSlateGrey (0x2F4F4F)/rgb(47, 79, 79)
Implementation
String get onDarkSlateGrey => (_cache[75] ??= _chalk.onDarkSlateGrey)(this);