data property
The data associated with this sortable item.
Type: SortableData<T>. Contains the actual data being sorted and provides
identity for the drag-and-drop operations.
Implementation
final SortableData<T> data;
The data associated with this sortable item.
Type: SortableData<T>. Contains the actual data being sorted and provides
identity for the drag-and-drop operations.
final SortableData<T> data;