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 179e822 commit ee2528fCopy full SHA for ee2528f
lib/src/layout_element.dart
@@ -123,7 +123,7 @@ class TableLayoutElement extends LayoutElement {
123
cells.add(GridPlacement(
124
child: Container(
125
width: child.style.width ?? double.infinity,
126
- height: child.style.height ?? double.infinity,
+ 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