position property

  1. @override
SheetPosition get position
override

The manager for this SheetScrollable widget's viewport position.

To control what kind of ScrollPosition is created for a SheetScrollable, provide it with custom ScrollController that creates the appropriate ScrollPosition in its ScrollController.createScrollPosition method.

Implementation

@override
SheetPosition get position => _position!;