onSilver property

String get onSilver

set background color to X11/CSS color silver silver (0xC0C0C0)/rgb(192, 192, 192)

Implementation

String get onSilver => (_cache[261] ??= _chalk.onSilver)(this);