dragBoundaryProvider property
final
A callback used to provide drag boundaries during drag-and-drop reordering.
If null, the delegate returned by DragBoundary.forRectMaybeOf
will be used.
Defaults to null.
Implementation
final ReorderDragBoundaryProvider? dragBoundaryProvider;