onAccept property

ValueChanged<SortableData<T>>? onAccept
final

Callback invoked when a sortable item is dropped on this fallback zone.

Type: ValueChanged<SortableData<T>>?. Receives the dropped item's data and should handle the drop operation. Only called if canAccept validation passes or is null.

Implementation

final ValueChanged<SortableData<T>>? onAccept;