Returns true if the group identified by groupKey is expanded.
true
groupKey
bool isGroupExpanded(String groupKey) => expandedGroups[groupKey] ?? true;