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