onReorderedTask property

dynamic Function(KanbanColumn column, int oldIndex, int newIndex)? onReorderedTask
final

Callback when a task is reordered within the column.

Implementation

final Function(KanbanColumn column, int oldIndex, int newIndex)? onReorderedTask;