Skip to content

Commit dafab25

Browse files
blerouxpull[bot]
authored andcommitted
Update obsolete comment in InputDecorator test (flutter#151651)
Update one comment which is obsolete since flutter#146754
1 parent 438d762 commit dafab25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/test/material/input_decorator_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4536,7 +4536,7 @@ void main() {
45364536
const double helperGap = 4.0;
45374537
const double helperHeight = 16.0;
45384538
const double containerHeight = topPadding + floatingLabelHeight + labelInputGap + inputHeight + bottomPadding; // 56.0
4539-
const double fullHeight = containerHeight + helperGap + helperHeight; // 80.0 (should be 76.0 based on M3 spec)
4539+
const double fullHeight = containerHeight + helperGap + helperHeight; // 76.0
45404540
const double errorHeight = helperHeight;
45414541
// TODO(bleroux): consider changing this padding because, from the M3 specification, it should be 16.
45424542
const double helperStartPadding = 12.0;

0 commit comments

Comments
 (0)