TLTabBar constructor
const
TLTabBar({
- Key? key,
- required TabController tabController,
- required List tabDatas,
- ValueChanged<
int> ? onTap,
Implementation
const TLTabBar({
Key? key,
required this.tabController,
required this.tabDatas,
this.onTap,
}) : super(key: key);