draggable_container library

Typedefs

BeforeDropCallBack<T extends DraggableItem> = Future<bool> Function({T? fromItem, int fromSlotIndex, T? toItem, int toSlotIndex})
BeforeRemoveCallBack<T extends DraggableItem> = Future<bool> Function(T? item, int slotIndex)
NullableItemBuilder<T extends DraggableItem> = Widget? Function(BuildContext context, T? item)