hasExpandedAt method

bool hasExpandedAt(
  1. int index
)

whether the index item is expanded

Implementation

bool hasExpandedAt(int index) => _index == index;