getScrollPosition method

Future<Offset> getScrollPosition()

Returns the current scroll position of this view.

Scroll position is measured from the top left.

Implementation

Future<Offset> getScrollPosition() {
  return platform.getScrollPosition();
}