darkSlateBlue property

String get darkSlateBlue

set foreground color to X11/CSS color darkSlateBlue darkslateblue (0x483D8B)/rgb(72, 61, 139)

Implementation

String get darkSlateBlue => (_cache[70] ??= _chalk.darkSlateBlue)(this);