backgroundBlendMode property
Gets the value of "background-blend-mode"
Implementation
String get backgroundBlendMode => getPropertyValue('background-blend-mode');
Sets the value of "background-blend-mode"
Implementation
set backgroundBlendMode(String value) {
setProperty('background-blend-mode', value, '');
}