lightSlateGray property

String get lightSlateGray

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

Implementation

String get lightSlateGray => (_cache[158] ??= _chalk.lightSlateGray)(this);