[Swipeable] Remove extra margin

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2020-12-09 12:29:29 +05:30
parent 54061c8d50
commit bec480dad7
-1
View File
@@ -135,7 +135,6 @@ class _SwipeableState extends State<Swipeable> with TickerProviderStateMixin {
FadeTransition(
opacity: _iconFadeAnimation,
child: Container(
margin: const EdgeInsets.all(8),
padding: const EdgeInsets.all(4),
decoration: BoxDecoration(
shape: BoxShape.circle,