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 6bccb32 + ecbeafa commit 5f02256Copy full SHA for 5f02256
1 file changed
lib/src/css_box_widget.dart
@@ -492,6 +492,12 @@ class RenderCSSBox extends RenderBox
492
).parentSize;
493
}
494
495
+ @override
496
+ double? computeDryBaseline(covariant BoxConstraints constraints,
497
+ TextBaseline baseline) {
498
+ return null;
499
+ }
500
+
501
_Sizes _computeSize(
502
{required BoxConstraints constraints,
503
required ChildLayouter layoutChild}) {
0 commit comments