onScrollHitStart method

void onScrollHitStart()

滚动容器击中顶部(不限垂直、水平滚动)

Implementation

void onScrollHitStart() {
  scrollHitStart = true;
}