TLTabBarView constructor
const
TLTabBarView({
- Key? key,
- required TabController tabController,
- required List tabDatas,
- required List<
Widget> children(),
Implementation
const TLTabBarView({
Key? key,
required this.tabController,
required this.tabDatas,
required this.children,
}) : super(key: key);