getScrollPosition method

  1. @override
Future<Offset> getScrollPosition()

Return the current scroll position of this view.

Scroll position is measured from the top left.

Implementation

@override
Future<Offset> getScrollPosition() {
  return _webView.getScrollPosition();
}