XfxElenco constructor

XfxElenco({
  1. Key? key,
  2. String title_Text = "",
  3. bool title_OnTop_Visible = true,
  4. bool? headers_Visible,
  5. bool? filters_Visible = true,
  6. double? heightForHeader,
  7. List<Widget>? headers,
  8. List<Widget>? filters,
  9. int? numberOfHeader,
  10. List<Widget>? list,
  11. int? flexForList,
  12. Color? colorBackgroundContainerElTitle,
  13. double? heightContainerElTitle,
  14. TextStyle? title_Style,
  15. String? BTNtitle_Label,
  16. Color? BTNtitle_Color,
  17. dynamic BTNtitle_OnPressed()?,
  18. double? BTNtitle_Height,
  19. double? BTNtitle_Width,
  20. bool? BTNtitle_Visible = false,
  21. EdgeInsets? BTNtitle_Margin,
  22. double? margin_Horizontal,
  23. Future<void> onRefresh_ScrollDownList()?,
})

Implementation

XfxElenco({
  Key? key,
  this.title_Text = "",
  this.title_OnTop_Visible = true,
  this.headers_Visible,
  this.filters_Visible = true,
  this.heightForHeader,
  this.headers,
  this.filters,
  this.numberOfHeader,
  this.list,
  this.flexForList,
  this.colorBackgroundContainerElTitle,
  this.heightContainerElTitle,
  this.title_Style,
  this.BTNtitle_Label,
  this.BTNtitle_Color,
  this.BTNtitle_OnPressed,
  this.BTNtitle_Height,
  this.BTNtitle_Width,
  this.BTNtitle_Visible = false,
  this.BTNtitle_Margin,
  this.margin_Horizontal,
  this.onRefresh_ScrollDownList,
}) : super(key: key);