XContainer constructor

XContainer({
  1. Key? key,
  2. List<Widget>? childrenForHeaders,
  3. AlignmentGeometry? title_Alignment,
  4. double? heightOfWidgetForEmptyList,
  5. double? heightChildContainer,
  6. Color? colorForAllBorder,
  7. bool borderAll = true,
  8. Color? backGroundColorInternalWidget,
  9. TextStyle? title_Style,
  10. Widget? btnOnTitle,
  11. Widget? child,
  12. String title = "",
  13. Color? title_BackColor,
  14. bool borderVisible = true,
  15. bool borderOnBottom = false,
  16. BorderRadiusGeometry? borderRadius,
  17. Decoration? decoration,
  18. double borderWidth = 2.0,
  19. double? title_Height,
  20. AlignmentGeometry? alignmentChild,
})

Implementation

XContainer({
  Key? key,
  this.childrenForHeaders,
  this.title_Alignment,
  this.heightOfWidgetForEmptyList,
  this.heightChildContainer,
  this.colorForAllBorder,
  this.borderAll = true,
  this.backGroundColorInternalWidget,
  this.title_Style,
  this.btnOnTitle,
  this.child,
  this.title = "",
  this.title_BackColor,
  this.borderVisible = true,
  this.borderOnBottom = false,
  this.borderRadius,
  this.decoration,
  this.borderWidth = 2.0,
  this.title_Height,
  this.alignmentChild,
}) : super(key: key);