Build: Button Demo Screen
This screen shows two buttons: an ElevatedButton and a TextButton. When you tap each button, a message appears below it.
Target UI
------------------------- | Button Demo Screen | |-----------------------| | [Elevated Button] | | | | [Text Button] | | | | Message: | | | -------------------------
Add an ElevatedButton with label 'Elevated Button'.
Add a TextButton with label 'Text Button'.
When ElevatedButton is tapped, show text 'ElevatedButton pressed!' below it.
When TextButton is tapped, show text 'TextButton pressed!' below it.
Use a Column to arrange buttons and message vertically with spacing.