flutter_tree_view icon indicating copy to clipboard operation
flutter_tree_view copied to clipboard

Unnecessary Scroll Animation using scrollController.jumpTo()

Open Uche01 opened this issue 8 months ago • 0 comments

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.

Uche01 avatar Jun 13 '24 21:06 Uche01