toggleGroup method
Implementation
void toggleGroup(String id) {
if (!_expandedGroups.remove(id)) _expandedGroups.add(id);
notifyListeners();
}
void toggleGroup(String id) {
if (!_expandedGroups.remove(id)) _expandedGroups.add(id);
notifyListeners();
}