AndroidInAppBrowserOptions class
This class represents all the Android-only PlatformInAppBrowser options available. Use InAppBrowserSettings instead.
- Implemented types
- Annotations
-
- @Deprecated('Use InAppBrowserSettings instead')
Constructors
Properties
- allowGoBackWithBackButton ↔ bool
-
Set to
falseto block the InAppBrowser WebView going back when the user click on the Android back button. The default value istrue.getter/setter pair - closeOnCannotGoBack ↔ bool
-
Set to
falseto not close the InAppBrowser when the user click on the Android back button and the WebView cannot go back to the history. The default value istrue.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- hideTitleBar ↔ bool
-
Set to
trueif you want the title should be displayed. The default value isfalse.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldCloseOnBackButtonPressed ↔ bool
-
Set to
trueto close the InAppBrowser when the user click on the Android back button. The default value isfalse.getter/setter pair - toolbarTopFixedTitle ↔ String?
-
Set the action bar's title.
getter/setter pair
Methods
-
copy(
) → AndroidInAppBrowserOptions -
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) → AndroidInAppBrowserOptions -
override