PlatformInAppWebViewControllerCreationParams constructor
const
PlatformInAppWebViewControllerCreationParams({
- required dynamic id,
- PlatformWebViewCreationParams? webviewParams,
Used by the platform implementation to create a new PlatformInAppWebViewController.
Implementation
const PlatformInAppWebViewControllerCreationParams(
{required this.id, this.webviewParams});