chartreuse property
String
get
chartreuse
set foreground color to X11/CSS color chartreuse (0x7FFF00)/rgb(127, 255, 0)
Implementation
String get chartreuse => (_cache[28] ??= _chalk.chartreuse)(this);
set foreground color to X11/CSS color chartreuse (0x7FFF00)/rgb(127, 255, 0)
String get chartreuse => (_cache[28] ??= _chalk.chartreuse)(this);