From a3bdfaa6d12aa146064da7715ddd9bfb4eaa57ef Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Wed, 25 Feb 2026 15:53:33 -0800 Subject: [PATCH] remove axisAlignment --- animations/lib/src/misc/animated_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ), );