Skip to content

Commit e6032bb

Browse files
authored
Merge pull request #553 from vrtdev/bugfix/491-table-margin-and-padding
Support table margins and paddings
2 parents 9a8c4c8 + 149e0f4 commit e6032bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/layout_element.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class TableLayoutElement extends LayoutElement {
3030
@override
3131
Widget toWidget(RenderContext context) {
3232
return Container(
33+
margin: style.margin,
34+
padding: style.padding,
3335
decoration: BoxDecoration(
3436
color: style.backgroundColor,
3537
border: style.border,

0 commit comments

Comments
 (0)