backgroundPositionY property

String get backgroundPositionY

Implementation

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

Implementation

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