PlatformInAppBrowserCreationParams constructor

const PlatformInAppBrowserCreationParams({
  1. ContextMenu? contextMenu,
  2. PlatformPullToRefreshController? pullToRefreshController,
  3. PlatformFindInteractionController? findInteractionController,
  4. UnmodifiableListView<UserScript>? initialUserScripts,
  5. int? windowId,
  6. PlatformWebViewEnvironment? webViewEnvironment,
})

Used by the platform implementation to create a new PlatformInAppBrowser.

Implementation

const PlatformInAppBrowserCreationParams({
  this.contextMenu,
  this.pullToRefreshController,
  this.findInteractionController,
  this.initialUserScripts,
  this.windowId,
  this.webViewEnvironment,
});