Build: Sheet and FullScreenCover Demo
This screen shows how to open a sheet and a full screen cover from buttons. The sheet slides up partially, and the full screen cover covers the entire screen.
Target UI
------------------------- | Sheet and FullScreenCover | |-----------------------| | [Show Sheet] | | | | [Show Full Screen] | | | -------------------------
Add a button labeled 'Show Sheet' that opens a sheet when tapped.
The sheet should show a text 'This is a sheet' and a button to dismiss it.
Add a button labeled 'Show Full Screen' that opens a full screen cover when tapped.
The full screen cover should show a text 'This is a full screen cover' and a button to dismiss it.