scrollOffset property
The current scroll offset in the viewport, which is represented by the number of pixels between the top-left corner of the viewport, and the top-left corner of the content that sits inside the viewport.
Implementation
@override
double get scrollOffset => throw UnimplementedError();