I am trying to add a text above an image but when trying to create a text I can’t!!
Try starting with a canvas component, you can hang everything on that.
Hey there @sguerrer92! As Clock suggested a canvas is necessary to handle multiple elements. Once a child widget is assigned, most of them cannot receive more children with a couple of exceptions. A way to pull of what you need is a Panel, and Overlay, or another Canvas demonstrated below:
Thank you so much!!