You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project inside my company that uses some packages created by ourselves to be utilised internally.
I'd like to have a Right-click option to "Expand widget" so I can see the inner workings of those widgets similar to me opening the file to see the implementation.
Currently, the tree stops at that widget, not allowing me to see its inner workings. So if I have something like a different padding/flex or whatever that I'd like to see/understand better with the widget outline, I can click in the widget tree of the Widget Inspector to see it.
Let me know if you need any more details. Here is an example (if needed I can share the code):
The text was updated successfully, but these errors were encountered:
Yes it it! Thanks! I'd still like to ask for an option where I can see the inner three without showing the other Widget properties like direction, mainAxisAlignment and others for a Column since some of the time those widgets can have lots of propieties and it could get really noisy.
I can't reopen this, if you agree that we can use this issue to track this specific request - toggle/check to see the proprieties - we can rename it and reopen. If you think it would be best for me to file a new issue, please let me know.
I have a project inside my company that uses some packages created by ourselves to be utilised internally.
I'd like to have a Right-click option to "Expand widget" so I can see the inner workings of those widgets similar to me opening the file to see the implementation.
Currently, the tree stops at that widget, not allowing me to see its inner workings. So if I have something like a different padding/flex or whatever that I'd like to see/understand better with the widget outline, I can click in the widget tree of the Widget Inspector to see it.
Let me know if you need any more details. Here is an example (if needed I can share the code):
The text was updated successfully, but these errors were encountered: