TdTabs constructor
const
TdTabs({
- Key? key,
- int initialIndex = 0,
- TdTabController? controller,
- bool isScrollable = false,
- required List<
TdTabPanel> tabs,
Implementation
const TdTabs({
super.key,
this.initialIndex = 0,
this.controller,
this.isScrollable = false,
required this.tabs,
});