-1

I have a dashboard containing

ListView
  - fl_chart
  - Column: List<ProductCard>

I would like to prevent user to scroll down the page while interacting with the chart.
How to do so?

Yoann Picquenot
  • 640
  • 10
  • 26

1 Answers1

0

go to Your scrollable widget and add

physics: NeverScrollableScrollPhysics(),
Moaid ALRazhy
  • 1,604
  • 1
  • 3
  • 13