position property

  1. @override
NestedScrollPosition get position
override

Returns the attached ScrollPosition, from which the actual scroll offset of the ScrollView can be obtained.

Calling this is only valid when only a single position is attached.

Implementation

@override
NestedScrollPosition get position => super.position as NestedScrollPosition;