LinuxInAppBrowserCreationParams class

Object specifying creation parameters for creating a LinuxInAppBrowser.

When adding additional fields make sure they can be null or have a default value to avoid breaking changes. See PlatformInAppBrowserCreationParams for more information.

Constructors

LinuxInAppBrowserCreationParams({ContextMenu? contextMenu, PlatformPullToRefreshController? pullToRefreshController, LinuxFindInteractionController? findInteractionController, UnmodifiableListView<UserScript>? initialUserScripts, int? windowId, LinuxWebViewEnvironment? webViewEnvironment})
Creates a new LinuxInAppBrowserCreationParams instance.
LinuxInAppBrowserCreationParams.fromPlatformInAppBrowserCreationParams(PlatformInAppBrowserCreationParams params)
Creates a LinuxInAppBrowserCreationParams instance based on PlatformInAppBrowserCreationParams.
factory

Properties

contextMenu → ContextMenu?
Context menu which contains custom menu items to be shown when ContextMenu is presented.
finalinherited
findInteractionController → LinuxFindInteractionController?
Represents the find interaction feature controller.
final
hashCode → int
The hash code for this object.
no setterinherited
initialUserScripts → UnmodifiableListView<UserScript>?
Initial list of user scripts to be loaded at start or end of a page loading. To add or remove user scripts, you have to use the InAppWebViewController's methods such as InAppWebViewController.addUserScript, InAppWebViewController.removeUserScript, InAppWebViewController.removeAllUserScripts, etc.
finalinherited
pullToRefreshController → PlatformPullToRefreshController?
Represents the pull-to-refresh feature controller.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
webViewEnvironment → LinuxWebViewEnvironment?
Used to create the PlatformInAppBrowser using the specified environment.
final
windowId → int?
The window id of a CreateWindowAction.windowId.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited