widgets/widgets library

Classes

CustomDraggable
Helper widget for adding additional information to Draggable related to child.
ReorderableBuilder<T>
Enables animated drag and drop behaviour for built widgets in builder.

Typedefs

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