0

I'm using flutter_cached_pdfview can't scroll the pdf in tabview But scrollable without tabview Used controller but can't scroll in tabview

Want to scroll pdf in tabview with NestedScroolView

1 Answer 1

0

Reference

Stack(
  children :[
    SfPdfViewer.asset(pdfAsset,
      controller: _pdfController,
    ),
    GestureDetector(
      onTap: (){
         setState(() {
           menuBarVisible = !menuBarVisible;
         });
      },
      child: Container()
    ),
  ]
),
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.