lime property
String
get
lime
set foreground color to X11/CSS color lime (0x00FF00)/rgb(0, 255, 0)
Implementation
String get lime => (_cache[166] ??= _chalk.lime)(this);
set foreground color to X11/CSS color lime (0x00FF00)/rgb(0, 255, 0)
String get lime => (_cache[166] ??= _chalk.lime)(this);