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