backgroundPosition property

String backgroundPosition

Implementation

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

Implementation

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