Hello !
I am currently testing "Widget Builder". My idea was to create a builder "DialogBuilder" with 2 sections:
a Body: a Form
a Footer: action buttons (validate and close)
And reuse builder for my all dialog components, in order to have same UI/UX.
However, it seems impossible to access the widget tree in an action and to interact between sections.
For example, how to retrieve the values of the input fields for the action "Create Address" in this example from the documentation?
Thanks a lot.
https://docs.flutterflow.io/resources/ui/components/widget-builder/