isGroupExpanded method

bool isGroupExpanded(
  1. String groupKey
)

Returns true if the group identified by groupKey is expanded.

Implementation

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