indexOffsetMap property

Map<BuildContext, Map<int, ObserveScrollChildModel>> indexOffsetMap
getter/setter pairinherited

The map which stores the offset of child in the sliver

Implementation

Map<BuildContext, Map<int, ObserveScrollChildModel>> indexOffsetMap = {};