offset property
The current scroll offset of the scrollable widget.
Requires the controller to be controlling exactly one scrollable widget.
Implementation
double get offset => position.pixels;
The current scroll offset of the scrollable widget.
Requires the controller to be controlling exactly one scrollable widget.
double get offset => position.pixels;