Callum Moffat 418fa9d626
Optimize out LayoutBuilder from ReorderableList children (#153987)
PR #147863 used a `LayoutBuilder` to ensure `ReorderableList` proxy items are built with the same constraints as their normal counterparts. However we don't actually need the `LayoutBuilder`, we can just grab the constraints from the `RenderBox` at proxy-creation-time.
2024-08-26 22:32:22 +00:00
..
2024-08-07 18:32:37 +00:00
2024-08-05 23:19:51 +00:00