widgets/widgets library

Classes

CustomDraggable
Helper widget if you want to add sth to Draggable related to child.
ReorderableBuilder
Enables animated drag and drop behaviour for built widgets in builder.

Typedefs

DraggableBuilder = Widget Function(List<Widget> children)
ItemCallback = void Function(int intdex)
OnReorderCallback = void Function(ReorderedListFunction )
ReorderedListFunction = List Function(List)