pageNumber property

int pageNumber

Returns the number of the page on which the tap occurred.

The value of this property ranges from 1 to the total page count of the PDF document.

Note: The value of this property will be -1 if the tap occurred outside any PDF page bounds.

Implementation

int get pageNumber => _pageNumber;