set y(value) {
    if (value !== this._y) {
      this._y = value;
      this._scheduleApplyPosition();
    }