ElencoDraggable<T> constructor

ElencoDraggable<T>(
  1. T? obj,
  2. String title,
  3. XView viewToUse, {
  4. List<XProp>? xFilter_SearchBarXCols,
  5. List<XAction>? xActions_Left,
  6. Widget? itemWidget(
    1. XFDataItem
    )?,
  7. Widget? itemWidget_FeedBack(
    1. XFDataItem
    )?,
  8. Widget? itemWidget_WhenDragging(
    1. XFDataItem
    )?,
  9. bool? isSch = false,
  10. List<XMediaItem>? liXMediaToUse,
  11. XApp<XAppState, dynamic, dynamic>? xApp,
  12. List<T>? liToUse,
  13. dynamic functToDelete(
    1. T
    )?,
  14. dynamic onTapItem(
    1. XFDataItem
    )?,
  15. Widget? xBL_BTN_EmptyList()?,
  16. dynamic rootItemEdited(
    1. XFDataItem
    )?,
  17. dynamic itemEdited(
    1. XFDataItem
    )?,
  18. double? xCells_Item_Width(
    1. XCol xCol,
    2. XFDataItem item,
    3. double? widthByXfx
    )? = null,
  19. Widget xCells_Item_Widget(
    1. XCol xCol,
    2. XFDataItem item
    )? = null,
  20. TextStyle xCells_Item_TextStyle(
    1. XCol xcol,
    2. XFDataItem? xfd,
    3. Color color
    )? = null,
  21. bool? isActiveXMedia = false,
})

Implementation

ElencoDraggable(
  this.obj,
  this.title,
  this.viewToUse, {
  this.xFilter_SearchBarXCols,
  this.xActions_Left,
  this.itemWidget,
  this.itemWidget_FeedBack,
  this.itemWidget_WhenDragging,
  this.isSch = false,
  super.liXMediaToUse,
  super.xApp,
  super.liToUse,
  super.functToDelete,
  super.onTapItem,
  super.xBL_BTN_EmptyList,
  super.rootItemEdited,
  super.itemEdited,
  super.xCells_Item_Width,
  super.xCells_Item_Widget,
  super.xCells_Item_TextStyle,
  this.isActiveXMedia = false,
}) : super(viewToUse, title);