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