overScrollMode property
Sets the WebView's over-scroll mode. Setting the over-scroll mode of a WebView will have an effect only if the WebView is capable of scrolling. The default value is AndroidOverScrollMode.OVER_SCROLL_IF_CONTENT_SCROLLS.
Implementation
AndroidOverScrollMode? overScrollMode;