backgroundOrigin property

String backgroundOrigin

Gets the value of "background-origin"

Implementation

String get backgroundOrigin => getPropertyValue('background-origin');
void backgroundOrigin= (String value)

Sets the value of "background-origin"

Implementation

set backgroundOrigin(String value) {
  setProperty('background-origin', value, '');
}