isExpanded method

bool isExpanded(
  1. T item
)

Implementation

bool isExpanded(T item) => expandedItemIds.contains(item.identifier);