Problem with slider and pie chart in Flutter

I ran into an issue where scrolling the circular slider in the Flutter app causes the chart to scroll unwantedly. I use PieChart and CircularSlider on the same screen, but when I scroll through the slider, the chart scrolls too, even though they're not related in any way. I want to make sure that scrolling the slider doesn't affect the chart in any way.

Upvotes: 0

Views: 28

Answers (0)

Related Questions