onReorderedTask property
Callback when a task is reordered within the column
Implementation
final Function(KanbanColumn column, int oldIndex, int newIndex)? onReorderedTask;
Callback when a task is reordered within the column
final Function(KanbanColumn column, int oldIndex, int newIndex)? onReorderedTask;