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 a8467db commit 678127eCopy full SHA for 678127e
lib/src/layout_element.dart
@@ -35,6 +35,7 @@ class TableLayoutElement extends LayoutElement {
35
key: AnchorKey.of(context.parser.key, this),
36
margin: style.margin,
37
padding: style.padding,
38
+ alignment: style.alignment,
39
decoration: BoxDecoration(
40
color: style.backgroundColor,
41
border: style.border,
0 commit comments