Fix broken link to AnimatedListState documentation (#14786)
This commit is contained in:
parent
d3418a5da4
commit
586d7c2f20
@ -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'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user