Flutter slider not updating when wrapped in ListView but works in column
In this example I have 3 sliders, dragging one slider should update the secondary track of all the sliders This however does not work when the sliders are wrapped with a ListView, notice how the top two tracks do not…