NavigationControls constructor Null safety
- Future<
WebViewController> _webViewControllerFuture, - {Key? key}
Implementation
const NavigationControls(this._webViewControllerFuture, {Key? key})
: assert(_webViewControllerFuture != null),
super(key: key);