TabBarView constructor
const
TabBarView({
- Key? key,
- required List<
Widget> children, - TabController? controller,
- ScrollPhysics? physics,
Implementation
const TabBarView({
super.key,
required this.children,
this.controller,
this.physics,
});