XfxSchedaTabbed constructor

XfxSchedaTabbed({
  1. Key? key,
  2. String title = "",
  3. Color? backGroundColor,
  4. Color? title_Color,
  5. bool title_Visible = true,
  6. List<Widget>? children,
  7. int? numberOfTabs,
  8. required List<XTabItem> xTabs,
  9. bool? bottomBar_Visible = true,
  10. bool? isScrollableTabs = false,
  11. dynamic bottomBar_OnTap(
    1. int
    )?,
  12. int? bottomBar_CurrentIdx,
  13. Color? tabs_BackGroundColor,
  14. double? margin_Horizontal,
  15. TextStyle? title_Style,
  16. required List<BottomNavigationBarItem> bottomBar_Children,
  17. Decoration? sch_Decoration,
  18. bool? borderVisible,
  19. dynamic tabBar_OnTap(
    1. int
    )?,
  20. int currentTabIdx = 0,
})

Implementation

XfxSchedaTabbed({
  Key? key,
  this.title = "",
  this.backGroundColor,
  this.title_Color,
  this.title_Visible = true,
  this.children,
  this.numberOfTabs,
  required this.xTabs,
  this.bottomBar_Visible = true,
  this.isScrollableTabs = false,
  this.bottomBar_OnTap,
  this.bottomBar_CurrentIdx,
  this.tabs_BackGroundColor,
  this.margin_Horizontal,
  this.title_Style,
  required this.bottomBar_Children,
  this.sch_Decoration,
  this.borderVisible,
  this.tabBar_OnTap,
  this.currentTabIdx = 0,
}) : super(key: key);