ExtendedTabBarView constructor
const
ExtendedTabBarView({
- Key? key,
- required List<
Widget> children, - TabController? controller,
- ScrollPhysics? physics,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- double viewportFraction = 1.0,
- Clip clipBehavior = Clip.hardEdge,
- int cacheExtent = 0,
- bool link = true,
- LinkPageController? pageController,
- bool shouldIgnorePointerWhenScrolling = true,
- Axis scrollDirection = Axis.horizontal,
Implementation
const ExtendedTabBarView({
super.key,
required super.children,
super.controller,
super.physics,
super.dragStartBehavior = DragStartBehavior.start,
super.viewportFraction = 1.0,
super.clipBehavior = Clip.hardEdge,
this.cacheExtent = 0,
this.link = true,
this.pageController,
this.shouldIgnorePointerWhenScrolling = true,
this.scrollDirection = Axis.horizontal,
});