isNavigating property
true if the webview is currently loading a page.
Implementation
@override
ValueListenable<bool> get isNavigating => _isNaivgating;
true if the webview is currently loading a page.
@override
ValueListenable<bool> get isNavigating => _isNaivgating;