onTaskDropped property

dynamic Function(KanbanColumn source, int sourceIndex, KanbanColumn destination, [int? destinationIndex])? onTaskDropped
final

Callback when a task is dropped into this column.

Implementation

final Function(KanbanColumn source, int sourceIndex, KanbanColumn destination, [int? destinationIndex])? onTaskDropped;