onChanged property

void Function(List<ChecklistLine>) onChanged
final

Called when a line in the checklist is added, removed, toggled or its text is changed with the new list of lines.

Implementation

final void Function(List<ChecklistLine>) onChanged;