diff --git a/lib/src/sliver_animated_tree.dart b/lib/src/sliver_animated_tree.dart index 2883ac2..995c62f 100644 --- a/lib/src/sliver_animated_tree.dart +++ b/lib/src/sliver_animated_tree.dart @@ -112,7 +112,7 @@ class SliverAnimatedTree extends SliverTree { /// {@endtemplate} final Curve curve; - /// @no-doc + /// @nodoc @Deprecated('Not needed by the new animation implementation') final int maxNodesToShowWhenAnimating; diff --git a/lib/src/tree_view.dart b/lib/src/tree_view.dart index 0fa8596..07154c9 100644 --- a/lib/src/tree_view.dart +++ b/lib/src/tree_view.dart @@ -136,7 +136,7 @@ class AnimatedTreeView extends TreeView { /// {@macro flutter_fancy_tree_view.SliverAnimatedTree.curve} final Curve curve; - /// @no-doc + /// @nodoc @Deprecated('Not needed by the new animation implementation') final int maxNodesToShowWhenAnimating;