ccTabConfig static method
Implementation
static CustomTabsOption ccTabConfig({Color? toolbarColor}) {
return CustomTabsOption(
toolbarColor: toolbarColor,
enableDefaultShare: true,
enableUrlBarHiding: true,
showPageTitle: true,
);
}