[Swipeable] Remove extra margin
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -135,7 +135,6 @@ class _SwipeableState extends State<Swipeable> with TickerProviderStateMixin {
|
|||||||
FadeTransition(
|
FadeTransition(
|
||||||
opacity: _iconFadeAnimation,
|
opacity: _iconFadeAnimation,
|
||||||
child: Container(
|
child: Container(
|
||||||
margin: const EdgeInsets.all(8),
|
|
||||||
padding: const EdgeInsets.all(4),
|
padding: const EdgeInsets.all(4),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
shape: BoxShape.circle,
|
shape: BoxShape.circle,
|
||||||
|
|||||||
Reference in New Issue
Block a user