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