darkGrey property

String get darkGrey

set foreground color to X11/CSS color darkGrey         (0xA9A9A9)/rgb(169, 169, 169)

Implementation

String get darkGrey => _chalk.darkGrey(this);