getScrollX method

Future<int> getScrollX()

Return the horizontal scroll position, in WebView pixels, of this view.

Scroll position is measured from left.

Implementation

Future<int> getScrollX() {
  return _webViewPlatformController.getScrollX();
}