isExpanded method

bool isExpanded(
  1. int index
)

Implementation

bool isExpanded(int index) {
  return expandedItems.contains(index);
}