Update obsolete comment in InputDecorator test (#151651)
Update one comment which is obsolete since https://github.com/flutter/flutter/pull/146754
This commit is contained in:
parent
de2dbf4eae
commit
bf6c455d4a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user