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 5368d71 commit f371681Copy full SHA for f371681
lib/constrait_layout/constraint_layout.dart
@@ -1607,7 +1607,8 @@ class _ConstraintRenderBox extends RenderBox
1607
}
1608
assert(() {
1609
if (_debugCheckConstraints) {
1610
- if (element.renderBox is! _InternalBox) {
+ if (element.renderBox is! _InternalBox &&
1611
+ element.visibility != gone) {
1612
debugPrint(
1613
'Warning: The child element with id ${element.nodeId} has a negative size, will not be laid out and paint.');
1614
0 commit comments