We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a8c4c8 + 149e0f4 commit e6032bbCopy full SHA for e6032bb
lib/src/layout_element.dart
@@ -30,6 +30,8 @@ class TableLayoutElement extends LayoutElement {
30
@override
31
Widget toWidget(RenderContext context) {
32
return Container(
33
+ margin: style.margin,
34
+ padding: style.padding,
35
decoration: BoxDecoration(
36
color: style.backgroundColor,
37
border: style.border,
0 commit comments