CustomTabBar constructor
const
CustomTabBar({
- Key? key,
- required TabController tabController,
- required List<
Tab> tabs, - bool isScrollable = false,
Implementation
const CustomTabBar(
{super.key,
required this.tabController,
required this.tabs,
this.isScrollable = false});