WebViewWidget.fromPlatformCreationParams constructor

WebViewWidget.fromPlatformCreationParams({
  1. Key? key,
  2. required PlatformWebViewWidgetCreationParams params,
})

Constructs a WebViewWidget from creation params for a specific platform.

Implementation

WebViewWidget.fromPlatformCreationParams({
  Key? key,
  required PlatformWebViewWidgetCreationParams params,
}) : this.fromPlatform(key: key, platform: PlatformWebViewWidget(params));