displayingChildIndexList property
List<int>
get
displayingChildIndexList
Stores index list for children widgets those are displaying.
Implementation
List<int> get displayingChildIndexList =>
innerDisplayingChildModelList.map((e) => e.index).toList();