gray property
String
get
gray
Set foreground base 16 xterm colors gray (alternate name for bright black)
(terminal dependent)
Implementation
String get gray => (_cGray ??= _chalk.gray)(this);
Set foreground base 16 xterm colors gray (alternate name for bright black)
(terminal dependent)
String get gray => (_cGray ??= _chalk.gray)(this);