PressDraggableGridView constructor
const
PressDraggableGridView({
- Key? key,
- required int index,
- required VoidCallback onDragCancelled,
- Widget? feedback,
- Widget? childWhenDragging,
- required List<
DraggableGridItem> list,
Implementation
const PressDraggableGridView({
super.key,
required this.index,
required this.onDragCancelled,
this.feedback,
this.childWhenDragging,
required this.list,
});