onPageTap property

void Function(int page)? onPageTap
final

Called when a page is tapped. The page number is 1-indexed.

An app typically uses this to open the interactive PdfViewer (zoom).

Implementation

final void Function(int page)? onPageTap;