Support showing constraints information besides the current size of a widget
Offen
P2
screen: inspector
- Vorherrschende Sprache
- Dart
- Sterne
- 1.7k
- Forks
- 404
- Ø Merge
- 6 T. 17 Std.
- Gemergte PRs (30 T.)
- 18
Beschreibung
## Problem
I use the code in https://docs.flutter.dev/ui/layout/constraints to demonstrate my issue.
In the examples below, it is not possible to know immediately the constraints that is applied on some widgets.
To find that information, we need to find in a nearest ancestor that provides the **Render object** tab or the widget that has constraints property.
It would be nice if by selecting any widget, we can answer immediately the question: "What is the constraints this widget received from its parent?"
## Expectation
I would expect something similar to **Flex explorer** tab:
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.