PlatformWebViewEnvironmentCreationParams constructor

const PlatformWebViewEnvironmentCreationParams({
  1. WebViewEnvironmentSettings? settings,
})

Used by the platform implementation to create a new PlatformWebViewEnvironment.

Implementation

const PlatformWebViewEnvironmentCreationParams({this.settings});