isItemExpanded method

void isItemExpanded(
  1. T item
)

Implementation

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