backgroundComposite property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getbackgroundComposite
Gets the value of "background-composite"
Implementation
String get backgroundComposite => getPropertyValue('background-composite');
setbackgroundComposite (String value)
Sets the value of "background-composite"
Implementation
set backgroundComposite(String value) {
setProperty('background-composite', value, '');
}