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, '');
}