DBNestedNavigationForTabBarView constructor Null safety
- {required List<
DBRouterDelegate> delegates, - bool handleRouterDelegateDispose = true,
- TabController? controller,
- ScrollPhysics? physics,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- Key? key}
Create DBNestedNavigationForTabBarView.
Implementation
const DBNestedNavigationForTabBarView({
required this.delegates,
this.handleRouterDelegateDispose = true,
this.controller,
this.physics,
this.dragStartBehavior = DragStartBehavior.start,
Key? key,
}) : super(key: key);