purple property
String
get
purple
set foreground color to X11/CSS color purple (0x800080)/rgb(128, 0, 128)
Implementation
String get purple => (_cache[238] ??= _chalk.purple)(this);
set foreground color to X11/CSS color purple (0x800080)/rgb(128, 0, 128)
String get purple => (_cache[238] ??= _chalk.purple)(this);