pagePosition property
Offset
get
pagePosition
Returns the tapped position in the PDF page coordinates which have their origin at the top left corner of the page.
Note: The tapped page is indicated by the pageNumber property. The value of this property will be (-1,-1) if the tap occurred outside page bounds.
Implementation
Offset get pagePosition => _pagePosition;