if (widget1.instance.offset.top > widget2.instance.offset.top + widget2.instance.height / 2) {
      return +1;
    }