Flutter's Trees
Flutter has three trees:
Widget Tree
Element Tree
Render Tree
You (the developer) with your code, control the Widget Tree. The other two trees are controlled internally by Flutter but are based on your Widget Tree.
Your Widget Tree is just a con...
mspasenovski.hashnode.dev3 min read