onAcceptBottom property

ValueChanged<SortableData<T>>? onAcceptBottom
final

Callback invoked when data is successfully dropped below this widget.

Type: ValueChanged<SortableData<T>>?. The callback receives the dropped data and should handle the reordering logic. Only called after canAcceptBottom validation passes.

Implementation

final ValueChanged<SortableData<T>>? onAcceptBottom;