long_press_draggable_gridview library

Classes

DraggableGridItem
This class helps to manage widget and dragging enable/disable. child will show the widgets in Gridview.builder. isDraggable is boolean, you want to allow dragging then set it true or else false.
DraggableGridViewBuilder
DraggableGridViewBuilderState
PlaceHolderWidget
SliverDraggableGridViewBuilder
SliverDraggableGridViewBuilderState

Typedefs

DragChildWhenDragging = Widget Function(List<DraggableGridItem> list, int index)
DragCompletion = void Function(List<DraggableGridItem> list, int beforeIndex, int afterIndex)
DragFeedback = Widget Function(List<DraggableGridItem> list, int index)
DragPlaceHolder = PlaceHolderWidget Function(List<DraggableGridItem> list, int index)