Flutter – addListener on scroll controller to animateTo an offset is not working
While trying to create a snap effect on the header of a ReorderableListView, I have written below code. But the jobWidgetListener function is not animating my list items to the required offset. In the State of my StatefulWidget, I have…