Build: Simple Widget Tree Screen
This screen shows a basic widget tree with a title and two buttons arranged vertically.
Target UI
--------------------- | Simple Widget Tree | | | | [Button One] | | | | [Button Two] | | | ---------------------
Use a Column widget to arrange children vertically
Add a Text widget at the top with the title 'Simple Widget Tree'
Add two ElevatedButton widgets below the title with labels 'Button One' and 'Button Two'
Center the content vertically and horizontally on the screen