backgroundComposite property

String get backgroundComposite

Gets the value of "background-composite"

Implementation

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

Sets the value of "background-composite"

Implementation

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