onAcceptLeft property
Callback invoked when data is successfully dropped to the left of this widget.
Type: ValueChanged<SortableData<T>>?. The callback receives the dropped
data and should handle the reordering logic. Only called after canAcceptLeft
validation passes.
Implementation
final ValueChanged<SortableData<T>>? onAcceptLeft;