backgroundBlendMode property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getbackgroundBlendMode

Gets the value of "background-blend-mode"

Implementation

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

setbackgroundBlendMode (String value)

Sets the value of "background-blend-mode"

Implementation

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