packages.flutter
packages.flutter copied to clipboard
How to add gesture function to PdfViewPinch
I made a pdfviewer with PdfViewPinch widget.
PdfPinchView
has PinchZoom
and scroll
gesture functions. I want to add another gesture like ontap
or onDoubletap
here.
Can you tell me where the code that controls the gesture function is located?
@shinxxxxwon I am looking for the same features. Did you figure anything out?