darkViolet property

String get darkViolet

set foreground color to X11/CSS color darkViolet darkviolet (0x9400D3)/rgb(148, 0, 211)

Implementation

String get darkViolet => (_cache[78] ??= _chalk.darkViolet)(this);