TabsWrap constructor
TabsWrap({
- Widget? customBottomWidge,
- VoidCallback? btnTap1,
- String? btnTitle1,
- VoidCallback? btnTap2,
- String? btnTitle2,
- VoidCallback? btnTap3,
- String? btnTitle3,
- bool? hideBottom,
- bool? hideCustomTab = true,
- int? tabsInitIndex,
- List<
CustomTabItem> ? customTabs,
Implementation
TabsWrap(
{this.customBottomWidge,
this.btnTap1,
this.btnTitle1,
this.btnTap2,
this.btnTitle2,
this.btnTap3,
this.btnTitle3,
this.hideBottom,
this.hideCustomTab = true,
this.tabsInitIndex,
this.customTabs});