Open
Description
The guide to widgets in the docs starts with how to create custom widgets, but compound widgets aren't explained until much later.
I think custom widgets are far more likely to be compound widgets rather than basic renderables. so the order these concepts are introduced is confusing. I wonder if this is partly explains the questions about the difference between render and compose, and also why we see so many compound widgets inherited from Static
!
The tutorial also uses Static
for a compound widget, which confounds this confusion.