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, ''); }
Gets the value of "background-origin"
String get backgroundOrigin => getPropertyValue('background-origin');
Sets the value of "background-origin"
set backgroundOrigin(String value) { setProperty('background-origin', value, ''); }