backgroundBlendMode 属性

String backgroundBlendMode

获取 "background-blend-mode" 的值

实现

String get backgroundBlendMode => getPropertyValue('background-blend-mode');
void backgroundBlendMode=(String value)

设置 "background-blend-mode" 的值

实现

set backgroundBlendMode(String value) {
  setProperty('background-blend-mode', value, '');
}