expanded property

Set<int> get expanded

The indexes of the currently expanded items.

Implementation

Set<int> get expanded => {..._expanded};