position property

  1. @override
MultiDateScrollPosition 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
MultiDateScrollPosition get position =>
    super.position as MultiDateScrollPosition;