The combined viewport scroll offset.
Returns an Offset representing the current scroll position, combining both horizontal and vertical scroll values.
Offset get viewportOffset { return Offset(horizontal.pixels, vertical.pixels); }