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.
1 parent f3da867 commit 149e0f4Copy full SHA for 149e0f4
lib/src/layout_element.dart
@@ -32,6 +32,8 @@ class TableLayoutElement extends LayoutElement {
32
@override
33
Widget toWidget(RenderContext context) {
34
return Container(
35
+ margin: style.margin,
36
+ padding: style.padding,
37
decoration: BoxDecoration(
38
color: style.backgroundColor,
39
border: style.border,
0 commit comments