Commit 586d7c2f authored by Victor Choueiri's avatar Victor Choueiri Committed by Todd Volkert

Fix broken link to AnimatedListState documentation (#14786)

parent d3418a5d
...@@ -172,7 +172,7 @@ class AnimatedList extends StatefulWidget { ...@@ -172,7 +172,7 @@ class AnimatedList extends StatefulWidget {
'This can happen when the context provided is from the same StatefulWidget that ' 'This can happen when the context provided is from the same StatefulWidget that '
'built the AnimatedList. Please see the AnimatedList documentation for examples ' 'built the AnimatedList. Please see the AnimatedList documentation for examples '
'of how to refer to an AnimatedListState object: ' 'of how to refer to an AnimatedListState object: '
' https://docs.flutter.io/flutter/widgets/AnimatedState-class.html\n' ' https://docs.flutter.io/flutter/widgets/AnimatedListState-class.html \n'
'The context used was:\n' 'The context used was:\n'
' $context' ' $context'
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment