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