position property

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