PdfZoomLevelChangedCallback typedef
        PdfZoomLevelChangedCallback =
     void Function(PdfZoomDetails details)
    
    
Signature for SfPdfViewer.onZoomLevelChanged callback.
Implementation
typedef PdfZoomLevelChangedCallback = void Function(PdfZoomDetails details);