onWindowBlur property

  1. @override
(void Function(InAppWebViewController controller)?) onWindowBlur
getter/setter pairoverride-getter

Event fired when the JavaScript window object of the WebView has lost focus. This is the result of the blur JavaScript event applied to the window object.

Implementation

@override
void Function(InAppWebViewController controller)? onWindowBlur;