Gets the value of "background-repeat"
Source
String get backgroundRepeat => this._backgroundRepeat;
Sets the value of "background-repeat"
Source
set backgroundRepeat(String value) {
_backgroundRepeat = value == null ? '' : value;
}
Gets the value of "background-repeat"
String get backgroundRepeat => this._backgroundRepeat;
Sets the value of "background-repeat"
set backgroundRepeat(String value) {
_backgroundRepeat = value == null ? '' : value;
}