DraggableGridItem constructor
DraggableGridItem({
- required Widget child,
- bool isDraggable = false,
- dynamic dragCallback(
- BuildContext context,
- bool isDragging
Implementation
DraggableGridItem(
{required this.child, this.isDraggable = false, this.dragCallback});