backgroundComposite property

String backgroundComposite

Gets the value of "background-composite"

Implementation

String get backgroundComposite => getPropertyValue('background-composite');
void backgroundComposite=(String value)

Sets the value of "background-composite"

Implementation

set backgroundComposite(String value) {
  setProperty('background-composite', value, '');
}