Hello, is there a reason that a View's layout or r...
# doodle
c
Hello, is there a reason that a View's layout or render is not exposed? for example
Copy code
val view = object: View(){}
view.layout = ...
view.render = ....
Or is there someway to do that?