Gets the value of "print-color-adjust"
Source
String get printColorAdjust => getPropertyValue('print-color-adjust');
Sets the value of "print-color-adjust"
Source
set printColorAdjust(String value) { setProperty('print-color-adjust', value, ''); }