onChanged property
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;
Called when a line in the checklist is added, removed, toggled or its text is changed with the new list of lines.
final void Function(List<ChecklistLine>) onChanged;