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