XItem constructor

XItem({
  1. Key? key,
  2. dynamic onTap()?,
  3. double? width,
  4. Decoration? decorationForListContainer,
  5. double? wrap_Spacing,
  6. double? wrap_Width,
  7. double? wrap_Height,
  8. double? wrap_RunSpacing,
  9. Axis? wrap_Direction,
  10. AlignmentGeometry? title_AlignOnTop,
  11. MainAxisAlignment? mainAxisAlignmentXItem,
  12. Widget? title_Widget,
  13. CrossAxisAlignment? crossAxisAlignmentXItem,
  14. Color? card_Color,
  15. TextStyle? title_Style,
  16. AlignmentGeometry? title_AlignOnLeft,
  17. Color? title_Color,
  18. Color? title_BorderColor,
  19. String? title = "",
  20. double title_ContainerWidth = 150,
  21. double? title_ContainerHeight,
  22. List<Widget>? children,
  23. bool title_OnTop = false,
  24. TextAlign title_TextAlign = TextAlign.center,
  25. Color? title_BackGroundColor,
  26. double? title_WidthBorder,
  27. CrossAxisAlignment? childrens_CrossAxisAlignment,
  28. BoxConstraints? constraints,
  29. double? height,
  30. BoxConstraints? constraintsOfXItem,
})

Implementation

XItem({
  Key? key,
  this.onTap,
  this.width,
  this.decorationForListContainer,
  this.wrap_Spacing,
  this.wrap_Width,
  this.wrap_Height,
  this.wrap_RunSpacing,
  this.wrap_Direction,
  this.title_AlignOnTop,
  this.mainAxisAlignmentXItem,
  this.title_Widget,
  this.crossAxisAlignmentXItem,
  this.card_Color,
  this.title_Style,
  this.title_AlignOnLeft,
  // this.visibleBottomBorderOfCard__ = false,
  this.title_Color,
  this.title_BorderColor,
  this.title = "",
  this.title_ContainerWidth = 150,
  this.title_ContainerHeight,
  this.children,
  this.title_OnTop = false,
  this.title_TextAlign = TextAlign.center,
  this.title_BackGroundColor,
  this.title_WidthBorder,
  this.childrens_CrossAxisAlignment,
  this.constraints,
  double? height,
  BoxConstraints? constraintsOfXItem,
});