isDetailExpanded method

bool isDetailExpanded(
  1. K key
)

Implementation

bool isDetailExpanded(K key) => expandedDetailKey == key;