XfxSchedaTabbed constructor

XfxSchedaTabbed({
  1. Key? key,
  2. String titleScheda = "",
  3. Color? backgroudColorOfScheda,
  4. bool visibleXContainerWithLabelOnTop = true,
  5. List<Widget>? listOfChildren,
  6. List<Widget>? childrenOfTabViewer,
  7. int? numberOfTabs,
  8. List<Widget>? tabs,
  9. bool? bottomNavigationBarvisible = true,
  10. bool? isScrollableTabs = false,
  11. dynamic onTapOnBTNofMenu(
    1. int
    )?,
  12. int? currentIndexOfBottomMenu,
  13. Color? backgroundColorTabs,
  14. TabController? tabController,
  15. dynamic onTapForGestureInSch()?,
  16. double? horizontalMarginOfElenco,
  17. TextStyle? textStyleOfElTitle,
  18. required List<BottomNavigationBarItem> childrenOfBottomBar,
})

Implementation

XfxSchedaTabbed({
  Key? key,
  this.titleScheda = "",
  this.backgroudColorOfScheda,
  this.visibleXContainerWithLabelOnTop = true,
  this.listOfChildren,
  this.childrenOfTabViewer,
  this.numberOfTabs,
  this.tabs,
  this.bottomNavigationBarvisible = true,
  this.isScrollableTabs = false,
  this.onTapOnBTNofMenu,
  this.currentIndexOfBottomMenu,
  this.backgroundColorTabs,
  this.tabController,
  this.onTapForGestureInSch,
  this.horizontalMarginOfElenco,
  this.textStyleOfElTitle,
  required this.childrenOfBottomBar,
}) : super(key: key);