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 79ec194 commit ecbeafaCopy full SHA for ecbeafa
1 file changed
lib/src/css_box_widget.dart
@@ -475,6 +475,12 @@ class RenderCSSBox extends RenderBox
475
).parentSize;
476
}
477
478
+ @override
479
+ double? computeDryBaseline(covariant BoxConstraints constraints,
480
+ TextBaseline baseline) {
481
+ return null;
482
+ }
483
+
484
_Sizes _computeSize(
485
{required BoxConstraints constraints,
486
required ChildLayouter layoutChild}) {
0 commit comments