menu
animated_tree_view package
documentation
tree_view/tree_view_state_helper.dart
LastChildCacheManager<Data>
isLastChild method
isLastChild method
dark_mode
light_mode
isLastChild
method
bool
isLastChild
(
INode
node
)
Implementation
bool isLastChild(INode node) => _lastChildMap[node] != null;
animated_tree_view package
documentation
tree_view/tree_view_state_helper
LastChildCacheManager<Data>
isLastChild method
LastChildCacheManager class