getScrollPosition method

Future<Point<int>> getScrollPosition()

Return the current scroll position of this view.

Scroll position is measured from the top left.

Implementation

Future<Point<int>> getScrollPosition() {
  throw UnimplementedError(
      'getScrollPosition is not implemented on the current platform');
}