Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baumths committed May 4, 2024
1 parent b7deb78 commit a0be16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/sliver_animated_tree.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class SliverAnimatedTree<T extends Object> extends SliverTree<T> {
/// {@endtemplate}
final Curve curve;

/// @no-doc
/// @nodoc
@Deprecated('Not needed by the new animation implementation')
final int maxNodesToShowWhenAnimating;

Expand Down
2 changes: 1 addition & 1 deletion lib/src/tree_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class AnimatedTreeView<T extends Object> extends TreeView<T> {
/// {@macro flutter_fancy_tree_view.SliverAnimatedTree.curve}
final Curve curve;

/// @no-doc
/// @nodoc
@Deprecated('Not needed by the new animation implementation')
final int maxNodesToShowWhenAnimating;

Expand Down

0 comments on commit a0be16a

Please sign in to comment.