You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[syncfusion_flutter_pdfviewer]
How to get item height from pdf list. I only find the method of taking the height of list.
PdfPageSettings height = details.document.pageSettings.height or details.document.pages[0].size.height
The height of the item is needed to determine the number of the item in the list when tapping and extracting the tap coordinates.
Or perhaps you will make a tap callback? So that you can get information about the item and its position in the list.