flutter/examples/api/lib/material/list_tile
Nate Wilson b713445298
Factor out deprecated names in example code (#151374)
This PR contains:
- 3 instances of `colorScheme.background` → `colorScheme.surface`
- and a whole bunch of `MaterialState` → `WidgetState`

As of yet, no changes have been made to example test files or the [examples/api/lib/material/material_state/](0b2a8e589e/examples/api/lib/material/material_state) directory.

(related: #151373)
2024-07-08 19:06:54 +00:00
..
custom_list_item.0.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
custom_list_item.1.dart Updated custom ListTile examples (#128071) 2023-06-01 16:21:42 -07:00
list_tile.0.dart Fix typos in ListTile examples. (#129606) 2023-06-29 06:29:03 +00:00
list_tile.1.dart Fix typos in ListTile examples. (#129606) 2023-06-29 06:29:03 +00:00
list_tile.2.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
list_tile.3.dart Factor out deprecated names in example code (#151374) 2024-07-08 19:06:54 +00:00
list_tile.4.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
list_tile.selected.0.dart Fix typos in ListTile examples. (#129606) 2023-06-29 06:29:03 +00:00