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