From 3d1235dc966de08b026ad9af8278d242cc447517 Mon Sep 17 00:00:00 2001 From: Ricardo Dalarme Date: Fri, 13 Jan 2023 23:39:28 -0300 Subject: [PATCH] change(build): remove unnused SizedBox --- lib/src/swipeable_cards_stack.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/swipeable_cards_stack.dart b/lib/src/swipeable_cards_stack.dart index a574d7f..6f88cf4 100644 --- a/lib/src/swipeable_cards_stack.dart +++ b/lib/src/swipeable_cards_stack.dart @@ -223,8 +223,6 @@ class _SwipeableCardsStackState extends State }, ), ) - else - const SizedBox(), ], ), ),