diff --git a/packages/flutter/test/material/input_decorator_test.dart b/packages/flutter/test/material/input_decorator_test.dart index afaf0ff2fd..3acda117bb 100644 --- a/packages/flutter/test/material/input_decorator_test.dart +++ b/packages/flutter/test/material/input_decorator_test.dart @@ -4536,7 +4536,7 @@ void main() { const double helperGap = 4.0; const double helperHeight = 16.0; const double containerHeight = topPadding + floatingLabelHeight + labelInputGap + inputHeight + bottomPadding; // 56.0 - const double fullHeight = containerHeight + helperGap + helperHeight; // 80.0 (should be 76.0 based on M3 spec) + const double fullHeight = containerHeight + helperGap + helperHeight; // 76.0 const double errorHeight = helperHeight; // TODO(bleroux): consider changing this padding because, from the M3 specification, it should be 16. const double helperStartPadding = 12.0;