ccTabConfig static method
CustomTabsOptions
ccTabConfig({
- CustomTabsColorSchemes? toolbarColor,
Configures the custom tabs for Android
Implementation
static CustomTabsOptions ccTabConfig({CustomTabsColorSchemes? toolbarColor}) {
return CustomTabsOptions(
colorSchemes: toolbarColor,
shareState: CustomTabsShareState.on,
urlBarHidingEnabled: true,
showTitle: true,
);
}