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 d808e2e + ee2528f commit d5a2751Copy full SHA for d5a2751
lib/src/layout_element.dart
@@ -122,7 +122,8 @@ class TableLayoutElement extends LayoutElement {
122
}
123
cells.add(GridPlacement(
124
child: Container(
125
- width: double.infinity,
+ width: child.style.width ?? double.infinity,
126
+ height: child.style.height,
127
padding: child.style.padding?.nonNegative ?? row.style.padding?.nonNegative,
128
decoration: BoxDecoration(
129
color: child.style.backgroundColor ?? row.style.backgroundColor,
0 commit comments