getVisibleRect abstract method

Future<Rect> getVisibleRect(
  1. int pageIndex
)

Gets the visible rect of the given page. pageIndex The index of the page. This is a zero-based index. Returns a Future that completes with the visible rect of the given page.

Implementation

Future<Rect> getVisibleRect(int pageIndex);