Build: Blurred Background Screen
This screen shows a background image with a blur effect behind a centered text box. The blur effect uses a backdrop filter to soften the background behind the text.
Target UI
┌───────────────────────────────┐ │███████████████████████████████│ │███████████████████████████████│ │███████████████████████████████│ │ │ │ ┌───────────────┐ │ │ │ Blurred Box │ │ │ │ with Text │ │ │ └───────────────┘ │ │ │ │███████████████████████████████│ │███████████████████████████████│ │███████████████████████████████│ └───────────────────────────────┘
Use a full screen background image
Apply a backdrop filter with a blur effect behind a centered container
The container should have a semi-transparent background color
Inside the container, display a text widget with the text 'Blurred Box with Text'
Ensure the blur only affects the background behind the container, not the text itself