slateGrey property

String get slateGrey

set foreground color to X11/CSS color slateGrey slategrey (0x708090)/rgb(112, 128, 144)

Implementation

String get slateGrey => (_cache[268] ??= _chalk.slateGrey)(this);