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