darkBlue property
String
get
darkBlue
set foreground color to X11/CSS color darkBlue (0x00008B)/rgb(0, 0, 139)
Implementation
String get darkBlue => (_cache[42] ??= _chalk.darkBlue)(this);
set foreground color to X11/CSS color darkBlue (0x00008B)/rgb(0, 0, 139)
String get darkBlue => (_cache[42] ??= _chalk.darkBlue)(this);