isExpanded method

bool isExpanded(
  1. int index
)

Implementation

bool isExpanded(int index) => expanded.value.contains(index);