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, CustomTabsShareState? shareState, bool showTitle = false, bool urlBarHidingEnabled = false})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited