ElencoDraggable<T> constructor
ElencoDraggable<T> (
- T? obj,
- String title,
- XView viewToUse, {
- List<
XProp> ? xFilter_SearchBarXCols, - List<
XAction> ? xActions_Left, - Widget? itemWidget(
- XFDataItem
- Widget? itemWidget_FeedBack(
- XFDataItem
- Widget? itemWidget_WhenDragging(
- XFDataItem
- bool? isSch = false,
- List<
XMediaItem> ? liXMediaToUse, - XApp<
XAppState, dynamic, dynamic> ? xApp, - List<
T> ? liToUse, - dynamic functToDelete(
- T
- dynamic onTapItem(
- XFDataItem
- Widget? xBL_BTN_EmptyList()?,
- dynamic rootItemEdited(
- XFDataItem
- dynamic itemEdited(
- XFDataItem
- double? xCells_Item_Width(
- XCol xCol,
- XFDataItem item,
- double? widthByXfx
- Widget xCells_Item_Widget(
- XCol xCol,
- XFDataItem item
- TextStyle xCells_Item_TextStyle(
- XCol xcol,
- XFDataItem? xfd,
- Color color
- 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);