backgroundRepeat property
String
get
backgroundRepeat
Implementation
_i2.String get backgroundRepeat => _i4.getProperty(
this,
'backgroundRepeat',
);
set
backgroundRepeat
(String value)
Implementation
set backgroundRepeat(_i2.String value) {
_i4.setProperty(
this,
'backgroundRepeat',
value,
);
}