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 e421c47 commit 7e7ec9bCopy full SHA for 7e7ec9b
lib/src/layout_element.dart
@@ -95,7 +95,7 @@ class TableLayoutElement extends LayoutElement {
95
for (var row in rows) {
96
int columni = 0;
97
for (var child in row.children) {
98
- if (columnRowOffset[columni] > 0) {
+ while (columnRowOffset[columni] > 0) {
99
columnRowOffset[columni] = columnRowOffset[columni] - 1;
100
columni++;
101
}
0 commit comments