darkGray property

String get darkGray

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

Implementation

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