add interaction mode to preivew
This commit is contained in:
parent
f88c5bf65a
commit
10dffa5070
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class _BuildFileViewState extends State<BuildFileView> {
|
|||
child: SfPdfViewer.network(
|
||||
widget.link,
|
||||
controller: pdfViewerController,
|
||||
interactionMode: PdfInteractionMode.pan,
|
||||
),
|
||||
),
|
||||
Positioned(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue