onDeleteTask property

dynamic Function(KanbanColumn column, int index)? onDeleteTask
final

Callback when a task's delete button is pressed

Implementation

final Function(KanbanColumn column, int index)? onDeleteTask;