scrollToItem method
Method for programmatically scrolling to a node
in the TreeView.
Implementation
Future scrollToItem(Tree node,
[Duration duration = scrollAnimationDuration]) async =>
_animatedListController.expansionBehaviourController
.scrollToItem(node, duration);