blueViolet property

String get blueViolet

set foreground color to X11/CSS color blueViolet blueviolet (0x8A2BE2)/rgb(138, 43, 226)

Implementation

String get blueViolet => (_cache[20] ??= _chalk.blueViolet)(this);