NestedTabBarView constructor
const
NestedTabBarView({
- Key? key,
- required List<
Widget> children, - TabController? controller,
- ScrollPhysics? physics,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- double viewportFraction = 1.0,
- Clip clipBehavior = Clip.hardEdge,
- bool wantKeepAlive = true,
Implementation
const NestedTabBarView({
super.key,
required super.children,
super.controller,
super.physics,
super.dragStartBehavior,
super.viewportFraction,
super.clipBehavior,
this.wantKeepAlive = true,
});