Alessandro Marcolini
06/27/2023, 10:52 PMViewBuilder
has the render_
property? It looks redundant.
edit: I found the container DSL by chance, and it can add children and layouts. This doesn't have to be part of the api, but I think it would be nice to not have to use this
when adding views:
container {
+myView
+view {
render = { doFunStuff() }
}
}