XElenco<T, K extends XFDataItem> constructor

XElenco<T, K extends XFDataItem>(
  1. String title_Text,
  2. XView? view, {
  3. Key? key,
  4. XView? viewDetts,
  5. bool title_OnTop_Visible = false,
  6. bool? headers_Visible,
  7. bool? filters_Visible = false,
  8. double? heightForHeader,
  9. List<Widget>? headers,
  10. List<Widget>? filters,
  11. int? numberOfHeader,
  12. int? flexForList,
  13. Color? colorBackgroundContainerElTitle,
  14. double? heightContainerElTitle,
  15. TextStyle? title_Style,
  16. String? BTNtitle_Label,
  17. Color? BTNtitle_Color,
  18. dynamic BTNtitle_OnPressed()?,
  19. double? BTNtitle_Height,
  20. double? BTNtitle_Width,
  21. bool? BTNtitle_Visible = false,
  22. EdgeInsets? BTNtitle_Margin,
  23. double? margin_Horizontal,
  24. Future<void> onRefresh_ScrollDownList(
    1. BuildContext
    )?,
  25. Widget? item_Widget(
    1. K
    )?,
  26. Widget? floatingActionButton,
  27. bool searchBar_Active = true,
  28. bool allowAdd = true,
  29. dynamic cmd_Add(
    1. void (
      1. void ()
      )
    )?,
  30. dynamic onDoubleTapItem()?,
  31. bool pageMode_Active = true,
  32. dynamic onTapItem(
    1. K
    )?,
  33. String? schNameToOpen,
  34. String? formatDate,
  35. List? liDetts,
  36. Widget? xDrawerMenu,
  37. Color? appBar_Color,
  38. Color? searchBar_Color,
  39. Color? searchBar_ColorBorder,
  40. Color? searchBar_ColorHint,
  41. Color? searchBar_ColorIconClear,
  42. Color? searchBar_ColorIconSearch,
  43. Color? searchBar_ColorText,
  44. String? searchBar_hintText,
  45. bool searchBar_whereMethod(
    1. K,
    2. String
    )?,
  46. dynamic onPressed_MENU()?,
  47. List<XPopUpMenuItem>? liPopUpMenu_Items,
  48. Color? item_BackGroundColor,
  49. bool? elDettsMode_SchItem,
  50. Widget? liDettsSubArea_Widgets(
    1. dynamic
    )?,
  51. ValueNotifier<bool>? edited,
  52. dynamic xOnReturnBack(
    1. void (
      1. void ()
      )
    )?,
  53. bool noTextWhenCellValueIsNull = false,
  54. Color? title_Color,
  55. dynamic onEditBoolValueOnItem(
    1. XCol,
    2. bool
    )?,
  56. List<Widget>? liWidgets_LeftArea_Item(
    1. K
    )?,
  57. bool? schedaMode = false,
  58. dynamic functInItem()?,
  59. dynamic onLongTapItem(
    1. dynamic
    )?,
})

Implementation

XElenco(
  this.title_Text,
  this.view, {
  Key? key,
  this.viewDetts,
  this.title_OnTop_Visible = false,
  this.headers_Visible,
  this.filters_Visible = false,
  this.heightForHeader,
  this.headers,
  this.filters,
  this.numberOfHeader,
  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,
  this.item_Widget,
  this.floatingActionButton,
  this.searchBar_Active = true,
  this.allowAdd = true,
  this.cmd_Add,
  this.onDoubleTapItem,
  this.pageMode_Active = true,
  this.onTapItem,
  this.schNameToOpen,
  this.formatDate,
  this.liDetts,
  this.xDrawerMenu,
  this.appBar_Color,
  this.searchBar_Color,
  this.searchBar_ColorBorder,
  this.searchBar_ColorHint,
  this.searchBar_ColorIconClear,
  this.searchBar_ColorIconSearch,
  this.searchBar_ColorText,
  this.searchBar_hintText,
  this.searchBar_whereMethod,
  this.onPressed_MENU,
  this.liPopUpMenu_Items,
  this.item_BackGroundColor,
  this.elDettsMode_SchItem,
  this.liDettsSubArea_Widgets,
  this.edited,
  this.xOnReturnBack,
  this.noTextWhenCellValueIsNull = false,
  this.title_Color,
  this.onEditBoolValueOnItem,
  this.liWidgets_LeftArea_Item,
  this.schedaMode = false,
  this.functInItem,
  this.onLongTapItem,
}) : super(key: key);