Fix merge conflict. (#25718)
This commit is contained in:
parent
c0b20a76de
commit
273364e2bc
@ -2691,7 +2691,7 @@ class InputDecoration {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
int get hashCode {
|
int get hashCode {
|
||||||
// Split into two hashValues calls because the hashValues function is
|
// Split into several hashValues calls because the hashValues function is
|
||||||
// limited to 20 parameters.
|
// limited to 20 parameters.
|
||||||
return hashValues(
|
return hashValues(
|
||||||
icon,
|
icon,
|
||||||
@ -2713,8 +2713,8 @@ class InputDecoration {
|
|||||||
fillColor,
|
fillColor,
|
||||||
border,
|
border,
|
||||||
enabled,
|
enabled,
|
||||||
prefixIcon,
|
|
||||||
hashValues(
|
hashValues(
|
||||||
|
prefixIcon,
|
||||||
prefix,
|
prefix,
|
||||||
prefixText,
|
prefixText,
|
||||||
prefixStyle,
|
prefixStyle,
|
||||||
@ -2733,9 +2733,11 @@ class InputDecoration {
|
|||||||
enabledBorder,
|
enabledBorder,
|
||||||
border,
|
border,
|
||||||
enabled,
|
enabled,
|
||||||
|
hashValues(
|
||||||
semanticCounterText,
|
semanticCounterText,
|
||||||
alignLabelWithHint,
|
alignLabelWithHint,
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user