Build: User Info Form
A simple form screen where users can enter their name and email, then submit the form.
Target UI
------------------------- | User Info Form | |-----------------------| | Name: [___________] | | Email: [___________] | | | | [Submit] | -------------------------
Add two text fields: one for Name and one for Email.
Add a Submit button below the text fields.
When Submit is tapped, print the entered Name and Email to the console.
Use a vertical stack to arrange the fields and button with spacing.
Add padding around the form content.