CustomTabsOptions constructor

const CustomTabsOptions({
  1. int? initialHeight,
  2. bool? resizable,
  3. int? toolbarCornerRadius,
  4. int? initialWidth,
  5. int? sideSheetBreakpoint,
  6. bool? backgroundInteractionEnabled,
  7. List<String> allowedBrowsers = const [],
})

Implementation

const CustomTabsOptions({
  this.initialHeight,
  this.resizable,
  this.toolbarCornerRadius,
  this.initialWidth,
  this.sideSheetBreakpoint,
  this.backgroundInteractionEnabled,
  this.allowedBrowsers = const [],
});