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?
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?
go to Your scrollable widget and add
physics: NeverScrollableScrollPhysics(),