CustomTabsOptions class

Constructors

CustomTabsOptions({CustomTabsColorScheme colorScheme = CustomTabsColorScheme.system, @Deprecated('Use defaultColorSchemeParams.toolbarColor instead') Color? toolbarColor, @Deprecated('Use defaultColorSchemeParams.secondaryToolbarColor instead') Color? secondaryToolbarColor, @Deprecated('Use defaultColorSchemeParams.navigationBarColor instead') Color? navigationBarColor, CustomTabsColorSchemeParams? lightColorSchemeParams, CustomTabsColorSchemeParams? darkColorSchemeParams, CustomTabsColorSchemeParams? defaultColorSchemeParams, bool instantAppsEnabled = false, @Deprecated('Use shareState instead') bool? addDefaultShareMenuItem, CustomTabsShareState? shareState, bool showTitle = false, bool urlBarHidingEnabled = false})
const

Properties

addDefaultShareMenuItem bool?
final
colorScheme CustomTabsColorScheme
final
darkColorSchemeParams CustomTabsColorSchemeParams?
final
defaultColorSchemeParams CustomTabsColorSchemeParams?
final
hashCode int
The hash code for this object.
no setterinherited
instantAppsEnabled bool
final
lightColorSchemeParams CustomTabsColorSchemeParams?
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryToolbarColor Color?
final
shareState CustomTabsShareState?
final
showTitle bool
final
toolbarColor Color?
final
urlBarHidingEnabled bool
final

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