data property

SortableData<T> data
final

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;