isGroupExpanded method

bool isGroupExpanded(
  1. String groupKey
)

Implementation

bool isGroupExpanded(String groupKey) => expandedGroups[groupKey] ?? true;