printColorAdjust 属性

String printColorAdjust

获取 "print-color-adjust" 的值

实现

String get printColorAdjust => getPropertyValue('print-color-adjust');
void printColorAdjust=(String value)

设置 "print-color-adjust" 的值

实现

set printColorAdjust(String value) {
  setProperty('print-color-adjust', value, '');
}