Commit 1275194
authored
Fix TextField does not inherit local InputDecorationTheme (#176300)
## Description
This PR replaces global `ThemeData.inputDecorationTheme` usage in
`TextField` with `InputDecorationTheme.of ` which returns the ambient
`InputDecorationTheme`.
It is a follow up to flutter/flutter#168981
which introduces `InputDecorationTheme.of `.
## Related Issue
Fixes [[SearchBar] Inconsistent inheritance of
InputDecorationTheme](flutter/flutter#176198)
## Tests
- Adds 1 test
- Updates 1 test1 parent 45637be commit 1275194
File tree
2 files changed
+57
-18
lines changed- packages/flutter
- lib/src/material
- test/material
2 files changed
+57
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1193 | 1193 | | |
1194 | 1194 | | |
1195 | 1195 | | |
| 1196 | + | |
1196 | 1197 | | |
1197 | | - | |
| 1198 | + | |
1198 | 1199 | | |
1199 | 1200 | | |
1200 | 1201 | | |
1201 | | - | |
1202 | | - | |
1203 | | - | |
| 1202 | + | |
1204 | 1203 | | |
1205 | 1204 | | |
1206 | 1205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15557 | 15557 | | |
15558 | 15558 | | |
15559 | 15559 | | |
15560 | | - | |
| 15560 | + | |
15561 | 15561 | | |
15562 | 15562 | | |
15563 | | - | |
15564 | | - | |
15565 | | - | |
15566 | | - | |
15567 | | - | |
15568 | | - | |
15569 | | - | |
| 15563 | + | |
| 15564 | + | |
| 15565 | + | |
| 15566 | + | |
| 15567 | + | |
| 15568 | + | |
| 15569 | + | |
| 15570 | + | |
| 15571 | + | |
| 15572 | + | |
| 15573 | + | |
| 15574 | + | |
15570 | 15575 | | |
15571 | 15576 | | |
15572 | 15577 | | |
15573 | | - | |
15574 | | - | |
| 15578 | + | |
| 15579 | + | |
| 15580 | + | |
15575 | 15581 | | |
15576 | | - | |
15577 | | - | |
15578 | | - | |
15579 | | - | |
| 15582 | + | |
| 15583 | + | |
| 15584 | + | |
| 15585 | + | |
| 15586 | + | |
| 15587 | + | |
| 15588 | + | |
| 15589 | + | |
| 15590 | + | |
| 15591 | + | |
| 15592 | + | |
| 15593 | + | |
| 15594 | + | |
| 15595 | + | |
| 15596 | + | |
| 15597 | + | |
| 15598 | + | |
| 15599 | + | |
| 15600 | + | |
| 15601 | + | |
| 15602 | + | |
| 15603 | + | |
| 15604 | + | |
| 15605 | + | |
| 15606 | + | |
| 15607 | + | |
| 15608 | + | |
| 15609 | + | |
| 15610 | + | |
| 15611 | + | |
| 15612 | + | |
| 15613 | + | |
| 15614 | + | |
| 15615 | + | |
| 15616 | + | |
| 15617 | + | |
| 15618 | + | |
| 15619 | + | |
15580 | 15620 | | |
15581 | 15621 | | |
15582 | 15622 | | |
| |||
0 commit comments