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