AndroidInAppBrowserOptions class

This class represents all the Android-only PlatformInAppBrowser options available. Use InAppBrowserSettings instead.

Implemented types
Annotations

Constructors

AndroidInAppBrowserOptions({bool hideTitleBar = false, String? toolbarTopFixedTitle, bool closeOnCannotGoBack = true, bool allowGoBackWithBackButton = true, bool shouldCloseOnBackButtonPressed = false})

Properties

allowGoBackWithBackButton bool
Set to false to block the InAppBrowser WebView going back when the user click on the Android back button. The default value is true.
getter/setter pair
closeOnCannotGoBack bool
Set to false to 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 is true.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideTitleBar bool
Set to true if you want the title should be displayed. The default value is false.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldCloseOnBackButtonPressed bool
Set to true to close the InAppBrowser when the user click on the Android back button. The default value is false.
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