offset property

double offset

The current scroll offset of the scrollable widget.

Requires the controller to be controlling exactly one scrollable widget.

Implementation

double get offset => position.pixels;