onDarkGrey property

String get onDarkGrey

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

Implementation

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