PdfPageChangedCallback typedef

PdfPageChangedCallback = void Function(int? pageNumber)

Function called when the current page is changed.

Implementation

typedef PdfPageChangedCallback = void Function(int? pageNumber);