Return the horizontal scroll position of this view.
Scroll position is measured from left.
@override Future<int> getScrollX() => webView.getScrollX();