mostRecentlyUpdatedPosition property

ScrollPosition? mostRecentlyUpdatedPosition

The last ScrollPosition to change. Returns null if there aren't any attached scroll positions, or there hasn't been any scrolling yet, or the last ScrollPosition to change has since been removed.

Implementation

ScrollPosition? get mostRecentlyUpdatedPosition => _lastUpdated;