Correct a typo in InputDecorator, affects computeMinIntrinsicHeight() (#17512)
This commit is contained in:
parent
23098dde50
commit
674e44f361
@ -726,7 +726,7 @@ class _RenderDecoration extends RenderBox {
|
||||
}
|
||||
|
||||
static double _minHeight(RenderBox box, double width) {
|
||||
return box == null ? 0.0 : box.getMinIntrinsicWidth(width);
|
||||
return box == null ? 0.0 : box.getMinIntrinsicHeight(width);
|
||||
}
|
||||
|
||||
static Size _boxSize(RenderBox box) => box == null ? Size.zero : box.size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user