CustomTabsOptions constructor

const CustomTabsOptions({
  1. CustomTabsColorSchemes? colorSchemes,
  2. bool? urlBarHidingEnabled,
  3. CustomTabsShareState? shareState,
  4. bool? showTitle,
  5. bool? instantAppsEnabled,
  6. CustomTabsCloseButton? closeButton,
  7. CustomTabsAnimations? animations,
  8. CustomTabsBrowserConfiguration? browser,
  9. PartialCustomTabsConfiguration? partial,
})

Creates a CustomTabsOptions instance with the specified options.

Implementation

const CustomTabsOptions({
  this.colorSchemes,
  this.urlBarHidingEnabled,
  this.shareState,
  this.showTitle,
  this.instantAppsEnabled,
  this.closeButton,
  this.animations,
  this.browser,
  this.partial,
});