backgroundRepeat property

String backgroundRepeat

Implementation

_i2.String get backgroundRepeat => _i4.getProperty(
      this,
      'backgroundRepeat',
    );
void backgroundRepeat=(String value)

Implementation

set backgroundRepeat(_i2.String value) {
  _i4.setProperty(
    this,
    'backgroundRepeat',
    value,
  );
}