DBNestedNavigationForTabBarView constructor

const DBNestedNavigationForTabBarView({
  1. required List<DBRouterDelegate> delegates,
  2. bool handleRouterDelegateDispose = true,
  3. TabController? controller,
  4. ScrollPhysics? physics,
  5. DragStartBehavior dragStartBehavior = DragStartBehavior.start,
  6. Key? key,
})

Implementation

const DBNestedNavigationForTabBarView({
  required this.delegates,
  this.handleRouterDelegateDispose = true,
  this.controller,
  this.physics,
  this.dragStartBehavior = DragStartBehavior.start,
  Key? key,
}) : super(key: key);