AndroidChromeCustomTabsOptions constructor

AndroidChromeCustomTabsOptions({
  1. bool addDefaultShareMenuItem = true,
  2. bool showTitle = true,
  3. Color? toolbarBackgroundColor,
  4. bool enableUrlBarHiding = false,
  5. bool instantAppsEnabled = false,
  6. String? packageName,
  7. bool keepAliveEnabled = false,
})

Implementation

AndroidChromeCustomTabsOptions(
    {this.addDefaultShareMenuItem = true,
    this.showTitle = true,
    this.toolbarBackgroundColor,
    this.enableUrlBarHiding = false,
    this.instantAppsEnabled = false,
    this.packageName,
    this.keepAliveEnabled = false});