grey property
String
get
grey
set foreground color to ANSI color grey (brightBlack) (0x888888)/rgb(136, 136, 136)
(alternate spelling for gray)
Implementation
String get grey => QuectoColors.grey(this);