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