Return the vertical scroll position of this view.
Scroll position is measured from top.
@override Future<int> getScrollY() => webView.getScrollY();