isItemExpanded method

bool isItemExpanded(
  1. T item
)

Implementation

bool isItemExpanded(T item) => isItemKeyExpanded(itemKey(item));