onAcceptRight property

ValueChanged<SortableData<T>>? onAcceptRight
final

Callback invoked when data is successfully dropped to the right of this widget.

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

Implementation

final ValueChanged<SortableData<T>>? onAcceptRight;