Hi,
I want to position a few Slate widgets in unusual ways - for example arranging them in a circle, or atop one another. I know I can just create overlays for each widget and then control padding values, but this feel very much like a hack.
What is the cleanest way to implement some kind of custom layout ?
Thanks !