Fix broken link to AnimatedListState documentation (#14786)

This commit is contained in:
Victor Choueiri 2018-02-21 21:31:43 +02:00 committed by Todd Volkert
parent d3418a5da4
commit 586d7c2f20

View File

@ -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'
); );