position property

  1. @override
ScrollPosition 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
ScrollPosition get position => inner.position;