XfxArea constructor

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

Implementation

XfxArea(
  this.xApp, {
  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.parentSetState,
  this.onPressCancel,
}) : super();