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