We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6fb14d + 2354fdc commit 516b8edCopy full SHA for 516b8ed
1 file changed
animations/lib/src/misc/animated_list.dart
@@ -49,6 +49,7 @@ class _AnimatedListDemoState extends State<AnimatedListDemo> {
49
parent: animation,
50
curve: const Interval(0.0, 1.0),
51
),
52
+ // ignore: deprecated_member_use
53
axisAlignment: 0.0,
54
child: _buildItem(user),
55
0 commit comments