getVisibleRect method
Gets the visible rect of the given page.
pageIndex is zero-based.
Returns the visible rect in PDF page coordinates.
Implementation
@override
Future<Rect> getVisibleRect(int pageIndex) async {
throw UnimplementedError(
'getVisibleRect is not implemented on this platform.');
}