backgroundBlendMode property Null safety

String backgroundBlendMode

Gets the value of "background-blend-mode"

Implementation

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

Sets the value of "background-blend-mode"

Implementation

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