darkGreen property
String
get
darkGreen
set foreground color to X11/CSS color darkGreen (0x006400)/rgb(0, 100, 0)
Implementation
String get darkGreen => (_cache[50] ??= _chalk.darkGreen)(this);
set foreground color to X11/CSS color darkGreen (0x006400)/rgb(0, 100, 0)
String get darkGreen => (_cache[50] ??= _chalk.darkGreen)(this);