nested_reorderable_list library

Classes

DestinationLocation
Class representing the destination location of a drag and drop operation.
DragAndDropItem<T>
Class representing an item in the drag and drop operation.
NestedReorderableList<T>
A Stateless widget that represents a nested reorderable list.
SourceLocation
Class representing the source location of a drag and drop operation.

Enums

InsertPosition
Enum representing the insert position of a drag and drop item in the destination location.

Typedefs

DragAndDropItemBuilder<T> = Widget Function(BuildContext context, DragAndDropItem<T> item)
A type definition for a function that builds a DragAndDropItem.
OnDragFinish<T> = void Function(SourceLocation source, DestinationLocation destination, DragAndDropItem<T> movedItem)
A type definition for a function that's called when a drag operation finishes.