getScrollY method

Future<int> getScrollY()

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

Scroll position is measured from top.

Implementation

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