Skip to content

Commit

Permalink
Format silly
Browse files Browse the repository at this point in the history
  • Loading branch information
Piinks committed Apr 24, 2024
1 parent 9b0922a commit 81f7b10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ class _TreeViewState<T> extends State<TreeView<T>>
// If we are not animating, respect node.isExpanded;
return node.isExpanded;
}

// Flattens the tree, omitting nodes that are not active.
void _unpackActiveNodes({
int depth = 0,
Expand Down

0 comments on commit 81f7b10

Please sign in to comment.