ReorderableDragStartListener constructor
Creates a listener for a drag immediately following a pointer down event over the given child widget.
This is most commonly used to wrap part of a list item like a drag handle.
Implementation
const ReorderableDragStartListener({
super.key,
required this.child,
required this.index,
this.enabled = true,
});