void setGroupExpanded(String id, bool expanded) { final bool changed = expanded ? _expandedGroups.add(id) : _expandedGroups.remove(id); if (changed) notifyListeners(); }