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