getScrollY method Null safety
Return the vertical scroll position, in WebView pixels, of this view.
Scroll position is measured from top.
Implementation
Future<int> getScrollY() {
return _webViewPlatformController.getScrollY();
}
Return the vertical scroll position, in WebView pixels, of this view.
Scroll position is measured from top.
Future<int> getScrollY() {
return _webViewPlatformController.getScrollY();
}