widgets/animated/reorderable_draggable library

Classes

ReorderableDraggable
Enables drag and drop behaviour for child.

Typedefs

OnCreatedFunction = ReorderableEntity? Function(ReorderableEntity reorderableEntity, GlobalKey<State<StatefulWidget>> key)
OnDragUpdateFunction = dynamic Function(DragUpdateDetails details)