diff --git a/animations/lib/src/misc/animated_list.dart b/animations/lib/src/misc/animated_list.dart index 6e774d9904c..0344f743ec1 100644 --- a/animations/lib/src/misc/animated_list.dart +++ b/animations/lib/src/misc/animated_list.dart @@ -49,7 +49,7 @@ class _AnimatedListDemoState extends State { parent: animation, curve: const Interval(0.0, 1.0), ), - axisAlignment: 0.0, + alignment: Alignment.center, child: _buildItem(user), ), );