From 0264184a2c828385c804f8c75b0d956664a1f555 Mon Sep 17 00:00:00 2001 From: Alabhya Date: Thu, 10 Dec 2020 12:13:31 +0530 Subject: [PATCH] [animation] Replaced depricated property(overflow) with new one(clipBehavior) (#607) --- animations/lib/src/misc/card_swipe.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/animations/lib/src/misc/card_swipe.dart b/animations/lib/src/misc/card_swipe.dart index f6d57c511..336eee528 100644 --- a/animations/lib/src/misc/card_swipe.dart +++ b/animations/lib/src/misc/card_swipe.dart @@ -45,7 +45,6 @@ class _CardSwipeDemoState extends State { Expanded( child: ClipRect( child: Stack( - overflow: Overflow.clip, children: [ for (final fileName in fileNames) SwipeableCard(