backgroundComposite 属性

String backgroundComposite

获取 "background-composite" 的值

实现

String get backgroundComposite => getPropertyValue('background-composite');
void backgroundComposite=(String value)

设置 "background-composite" 的值

实现

set backgroundComposite(String value) {
  setProperty('background-composite', value, '');
}