PlatformInAppWebViewControllerCreationParams constructor

const PlatformInAppWebViewControllerCreationParams({
  1. required dynamic id,
  2. PlatformWebViewCreationParams? webviewParams,
})

Used by the platform implementation to create a new PlatformInAppWebViewController.

Implementation

const PlatformInAppWebViewControllerCreationParams({
  required this.id,
  this.webviewParams,
});