XfxArea constructor

XfxArea({
  1. String title = "",
  2. dynamic tapOnTab(
    1. int
    )?,
  3. Color? backGroundColor,
  4. Color? title_Color,
  5. bool title_Visible = true,
  6. List<Widget>? children,
  7. int? numberOfTabs,
  8. List<XTabItem>? tabs,
  9. bool? bottomBar_Visible = true,
  10. bool? isScrollableTabs = false,
  11. dynamic bottomBar_OnTap(
    1. int
    )?,
  12. int? bottomBar_CurrentIdx,
  13. Color? tabs_BackGroundColor,
  14. TabController? tabController,
  15. double? margin_Horizontal,
  16. TextStyle? title_Style,
  17. Decoration? sch_Decoration,
  18. bool? borderVisible,
  19. XAppDataBase? xApp,
})

Implementation

XfxArea({
  this.title = "",
  this.tapOnTab,
  this.backGroundColor,
  this.title_Color,
  this.title_Visible = true,
  this.children,
  this.numberOfTabs,
  this.tabs,
  this.bottomBar_Visible = true,
  this.isScrollableTabs = false,
  this.bottomBar_OnTap,
  this.bottomBar_CurrentIdx,
  this.tabs_BackGroundColor,
  this.tabController,
  this.margin_Horizontal,
  this.title_Style,
  this.sch_Decoration,
  this.borderVisible,
  this.xApp,
}) : super();