position property

  1. @override
SheetPosition 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
SheetPosition get position {
  return super.position as SheetPosition;
}