Returns the current scroll position of this view.
Scroll position is measured from the top left.
Future<Offset> getScrollPosition() { return platform.getScrollPosition(); }