NavigationControls constructor Null safety

const NavigationControls(
  1. Future<WebViewController> _webViewControllerFuture,
  2. {Key? key}
)

Implementation

const NavigationControls(this._webViewControllerFuture, {Key? key})
    : assert(_webViewControllerFuture != null),
      super(key: key);