bgGrey property
Legacy api, provided only for backwards compatibility, use onGrey.
Set background base 16 xterm colors grey (alternate name for bright black)
(terminal dependent)
Implementation
String get bgGrey => _chalk.bgGrey(this);
Legacy api, provided only for backwards compatibility, use onGrey.
Set background base 16 xterm colors grey (alternate name for bright black)
(terminal dependent)
String get bgGrey => _chalk.bgGrey(this);