backgroundPositionY property

String backgroundPositionY

Implementation

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

Implementation

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