onDeleteTask property
Callback when a task's delete button is pressed.
Implementation
final Function(KanbanColumn column, int index)? onDeleteTask;
Callback when a task's delete button is pressed.
final Function(KanbanColumn column, int index)? onDeleteTask;