On this page
backgroundBlendMode property
String backgroundBlendModeGets the value of "background-blend-mode"
Source
String get backgroundBlendMode => getPropertyValue('background-blend-mode');
void backgroundBlendMode=(Sets the value of "background-blend-mode"
Source
set backgroundBlendMode(String value) {
setProperty('background-blend-mode', value, '');
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/backgroundBlendMode.html