PlatformInAppBrowserCreationParams constructor
const
PlatformInAppBrowserCreationParams({
- ContextMenu? contextMenu,
- PlatformPullToRefreshController? pullToRefreshController,
- PlatformFindInteractionController? findInteractionController,
- UnmodifiableListView<
UserScript> ? initialUserScripts, - int? windowId,
- 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,
});