isExpanded method

bool isExpanded(
  1. int index
)

Implementation

bool isExpanded(int index) => _expanded[index] ?? false;