displayingChildIndexList property

List<int> displayingChildIndexList

Stores index list for children widgets those are displaying.

Implementation

List<int> get displayingChildIndexList =>
    innerDisplayingChildModelList.map((e) => e.index).toList();