onReorder property

ReorderListCallback? onReorder
final

After releasing the dragged child, onReorder is called.

enableDraggable has to be true to ensure this is called.

Implementation

final ReorderListCallback? onReorder;