XfxElenco constructor

XfxElenco({
  1. Key? key,
  2. String titleElenco = "",
  3. bool visibleXContainerWithLabelOnTop = true,
  4. bool? headerVisible,
  5. bool? filtersVisible = true,
  6. double? heightForHeader,
  7. List<Widget>? listOfHeader,
  8. List<Widget>? listOfFilters,
  9. int? numberOfHeader,
  10. List<Widget>? list,
  11. int? flexForList,
  12. Color? colorBackgroundContainerElTitle,
  13. double? heightContainerElTitle,
  14. TextStyle? styleElTitle,
  15. String? labelBTNOfTitle,
  16. Color? colorBTNOfTitle,
  17. dynamic onPressedBTNOfTitle()?,
  18. double? heightBTNOfTitle,
  19. double? widthBTNOfTitle,
  20. bool? visibleBTNofTitle = false,
  21. int? typeUIBTNofTitle,
  22. EdgeInsets? marginBTNofTitle,
  23. double? horizontalMarginOfElenco,
  24. required ScrollController scrollController,
})

Implementation

XfxElenco({
  Key? key,
  this.titleElenco = "",
  this.visibleXContainerWithLabelOnTop = true,
  this.headerVisible,
  this.filtersVisible = true,
  this.heightForHeader,
  this.listOfHeader,
  this.listOfFilters,
  this.numberOfHeader,
  this.list,
  this.flexForList,
  this.colorBackgroundContainerElTitle,
  this.heightContainerElTitle,
  this.styleElTitle,
  this.labelBTNOfTitle,
  this.colorBTNOfTitle,
  this.onPressedBTNOfTitle,
  this.heightBTNOfTitle,
  this.widthBTNOfTitle,
  this.visibleBTNofTitle = false,
  this.typeUIBTNofTitle,
  this.marginBTNofTitle,
  this.horizontalMarginOfElenco,
  required this.scrollController,
}) : super(key: key);