XElencoItem constructor

XElencoItem(
  1. XFDataItem xObjOriginal,
  2. XView xView, {
  3. void funct()?,
  4. XView? xViewDetts,
  5. Widget xLayout_Item_RowWidgets(
    1. XCol xCol,
    2. XFDataItem item
    )?,
  6. List<XPopUpMenuItem>? liPopUpMenu_Items,
  7. Key? key,
  8. Widget? childMain,
  9. Widget? childDetails,
  10. bool showingDetails = false,
  11. bool showMainWithDetails = true,
  12. Decoration? decorationBackGroundContainer,
  13. bool changeStatoWithTap = true,
  14. dynamic onTapItem()?,
  15. dynamic onLongTapItem()?,
  16. dynamic onDoubleTapItem()?,
  17. EdgeInsetsGeometry? margin,
  18. CrossAxisAlignment? crossAxisAlignment,
  19. Color? backGroundColor_ChildMain,
  20. Color? backGroundColor_ChildDetails,
  21. Color? iconColor_Collapsed,
  22. Color? iconColor_Expanded,
  23. bool? showTrailingArrow = true,
  24. IconData? icon_Active,
  25. IconData? icon_Disabled,
  26. double? height_Icon,
  27. double? size_Icon,
  28. double? width_Icon,
  29. CrossAxisAlignment? childMain_CrossAxisAlignment,
  30. List<Widget>? widgets_LeftArea,
  31. ValueNotifier<bool>? edited,
})

Implementation

XElencoItem(
  this.xObjOriginal,
  this.xView, {
  this.funct,
  this.xViewDetts,
  this.xLayout_Item_RowWidgets,
  this.liPopUpMenu_Items,
  Key? key,
  this.childMain,
  this.childDetails,
  this.showingDetails = false,
  this.showMainWithDetails = true,
  this.decorationBackGroundContainer,
  this.changeStatoWithTap = true,
  this.onTapItem,
  this.onLongTapItem,
  this.onDoubleTapItem,
  this.margin,
  this.crossAxisAlignment,
  this.backGroundColor_ChildMain,
  this.backGroundColor_ChildDetails,
  this.iconColor_Collapsed,
  this.iconColor_Expanded,
  this.showTrailingArrow = true,
  this.icon_Active,
  this.icon_Disabled,
  this.height_Icon,
  this.size_Icon,
  this.width_Icon,
  this.childMain_CrossAxisAlignment,
  this.widgets_LeftArea,
  this.edited,
}) : super(key: key);