Commit 36d01c35 authored by Adam Barth's avatar Adam Barth

"Swipe items to dismiss" demo needs full-bleed dividers (#4231)

Remove spurious padding.

Fixes #3980
Fixes #3560
parent 6da04293
...@@ -161,10 +161,7 @@ class LeaveBehindDemoState extends State<LeaveBehindDemo> { ...@@ -161,10 +161,7 @@ class LeaveBehindDemoState extends State<LeaveBehindDemo> {
) )
] ]
), ),
body: new Block( body: new Block(children: leaveBehindItems.map(buildItem).toList())
padding: new EdgeInsets.all(4.0),
children: leaveBehindItems.map(buildItem).toList()
)
); );
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment