InAppBrowserOptions class
This class represents all the cross-platform InAppBrowser options available. Use InAppBrowserClassSettings instead.
- Implemented types
- Annotations
-
- @Deprecated('Use InAppBrowserClassSettings instead')
Constructors
- InAppBrowserOptions({bool hideToolbarTop = false, Color? toolbarTopBackgroundColor, bool hideUrlBar = false, bool hideProgressBar = false})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
Set to
trueto create the browser and load the page, but not show it. Omit or set tofalseto have the browser open and load normally. The default value isfalse.getter/setter pair - hideProgressBar ↔ bool
-
Set to
trueto hide the progress bar when the WebView is loading a page. The default value isfalse.getter/setter pair - hideToolbarTop ↔ bool
-
Set to
trueto hide the toolbar at the top of the WebView. The default value isfalse.getter/setter pair - hideUrlBar ↔ bool
-
Set to
trueto hide the url bar on the toolbar at the top. The default value isfalse.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toolbarTopBackgroundColor ↔ Color?
-
Set the custom background color of the toolbar at the top.
getter/setter pair
Methods
-
copy(
) → InAppBrowserOptions -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> map) → InAppBrowserOptions -
override