isExpanded method

bool isExpanded(
  1. int index
)

Implementation

bool isExpanded(int index) => expandedIndexes.contains(index);