LaunchOptions class

The Configuration for providing minimal options for mobile platforms when launching Custom Tabs by specifying a URL.

Annotations

Constructors

LaunchOptions({Color? barColor, Color? onBarColor, SystemNavigationBarParams? systemNavigationBarParams, bool? barFixingEnabled})
Creates a LaunchOptions instance with the specified options.
const

Properties

barColor Color?
The background color of the app bar and bottom bar.
final
barFixingEnabled bool?
A Boolean value that indicates whether to keep the app bar fixed, even when scrolling through the page.
final
hashCode int
The hash code for this object.
no setterinherited
onBarColor Color?
The color to tint the control buttons on the app bar and bottom bar.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemNavigationBarParams SystemNavigationBarParams?
The color configuration of the system navigation bar.
final

Methods

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

Operators

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