lightSlateGrey property

String get lightSlateGrey

set foreground color to X11/CSS color lightSlateGrey lightslategrey (0x778899)/rgb(119, 136, 153)

Implementation

String get lightSlateGrey => (_cache[160] ??= _chalk.lightSlateGrey)(this);