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