widgets/reorderable_builder library

Classes

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)