getScrollY method

  1. @override
Future<int> getScrollY()

Return the vertical scroll position of this view.

Scroll position is measured from top.

Implementation

@override
Future<int> getScrollY() => webView.getScrollY();