slateGrey property
String
get
slateGrey
set foreground color to X11/CSS color slateGrey (0x708090)/rgb(112, 128, 144)
Implementation
String get slateGrey => (_cache[268] ??= _chalk.slateGrey)(this);
set foreground color to X11/CSS color slateGrey (0x708090)/rgb(112, 128, 144)
String get slateGrey => (_cache[268] ??= _chalk.slateGrey)(this);