Return the horizontal scroll position, in WebView pixels, of this view.
Scroll position is measured from left.
Future<int> getScrollX() { return _webViewPlatformController.getScrollX(); }