menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. backgroundBlendMode property
backgroundBlendMode

backgroundBlendMode property

String get backgroundBlendMode

Gets the value of "background-blend-mode"

Implementation

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

Sets the value of "background-blend-mode"

Implementation

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

AltStyle によって変換されたページ (->オリジナル) /