flutter_tree_view
flutter_tree_view copied to clipboard
Unnecessary Scroll Animation using scrollController.jumpTo()
I have been able to measure offset of the currently selected node in my treeNode. Each time I call scrollController.jumpTo(offset)
I get this unnecessary jump animation especially when scrolling to non visible nodes down the tree. jumpTo()
is meant to produce no animation, however, there seem to be a default animation.