menu
animated_tree_view package
documentation
tree_view/tree_view_state_helper.dart
LastChildCacheManager<Data>
updateChildrenIndices method
updateChildrenIndices method
dark_mode
light_mode
updateChildrenIndices
method
void
updateChildrenIndices
(
INode
node
)
Implementation
void updateChildrenIndices(INode node) { clearChildrenIndex(node); indexChildren(node); }
animated_tree_view package
documentation
tree_view/tree_view_state_helper
LastChildCacheManager<Data>
updateChildrenIndices method
LastChildCacheManager class